NAME
WWW::Google::Orphea::SearchResult - Search result object for WWW::Orphea
Constructor
new($agent, @urls)
Creates and returns a new WWW::Google::Orphea::SearchResult
object.
Accessor
$result->next()
Returns the next image from result as a WWW::Orphea::Image
object.
Other methods
$result->save_all_contents(%args)
Save all the image files from result, by calling $image->save_content(%args) for each one. If optional parameter file or base is given, an index number is automatically appended.
COPYRIGHT AND LICENSE
Copyright (C) 2004, INRIA.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Guillaume Rousse <grousse@cpan.org>