| WWW-Google-Images documentation | view source | Contained in the WWW-Google-Images distribution. |
WWW::Google::Images::Image - Image object for WWW::Google::Images
Creates and returns a new WWW::Google::Images::Image object.
Returns the url to the image file itself.
Returns the url to the web page including the image.
Save the image file. The default is to keep its original file name, but this behavior can be altered using optional parameters.
Optional parameters:
Use $file as file name.
Use $directory as a directory path to save the file. If only 'file' is specified, it will be saved in a path relative to the current working directory.
Use $base with lowercase original extension added as file name.
Save the web page. The default is to keep its original file name, but this behavior can be altered using optional parameters.
Optional parameters:
Use $file as file name.
Use $directory as a directory path to save the file. If only 'file' is specified, it will be saved in a path relative to the current working directory.
Use $base with lowercase original extension added as file name.
Copyright (C) 2004-2006, INRIA.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Guillaume Rousse <grousse@cpan.org>
| WWW-Google-Images documentation | view source | Contained in the WWW-Google-Images distribution. |