
WWW::Google::Images::SearchResult - Search result object for WWW::Google::Images

Creates and returns a new WWW::Google::Images::SearchResult object.

Returns the next image from result as a WWW::Google::Images::Image object.

Save all the image files and web pages from result.
Optional parameters:
Content is saved by calling $image->save_content() for each result.
Context is saved by calling $image->save_context() for each result.
A summary is created, that links saved files to original URLs.
Passed to $image->save_content() and $image->save_context().
Passed to $image->save_content() and $image->save_context().
Passed to $image->save_content() and $image->save_context().
Additionaly, if optional parameter file or base is given, an index number is automatically appended.

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>