NAME
HTTP::GetImages
DESCRIPTION
Recover and locally store all the images found in documents at passed URIs.
SYNOPSIS
use HTTP::GetImages;
new HTTP::GetImages (
qw(
http://www.google.co.uk
http://www.google.com/
)
);
DEPENDENCIES
strict;
Carp;
LWP::UserAgent;
HTTP::Request;
HTML::TokeParser;
PACKAGE GLOBAL VARIABLE
CONSTRUCTOR METHOD new
Besides the class reference, accepts the path to the directory in which to store images, the remaining paramters being interpreted as an array of URLs.
Returns a blessed hash, keys of which are the original URLs of the images, values of which are the current filenames.
SEE ALSO
Every thing and every one listed above under DEPENDENCIES.
AUTHOR
Lee Goddard (LGoddard@CPAN.org) 05/05/2001 16:08
COPYRIGHT
Copyright 2000-2001 Lee Goddard.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 40:
'=item' outside of any '=over'
- Around line 48:
You forgot a '=back' before '=head1'