The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

crawler - command-line script to control WWW::3172::Crawler

VERSION

version 0.001

SYNOPSIS

    3137-crawler http://example.com
    3137-crawler --max=50 http://example.com

DESCRIPTION

3172-crawler is a command line script to control a crawler.

OPTIONS

--max

Specify the maximum number of pages to crawl. Default is 50.

--help, -h, -?

Opens this man page and exits.

--version

Prints the version of this program and supporting libraries.

--debug

Print debugging information.

AVAILABILITY

The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you, or see http://search.cpan.org/dist/WWW-3172-Crawler/.

The development version lives at http://github.com/doherty/WWW-3172-Crawler and may be cloned from git://github.com/doherty/WWW-3172-Crawler.git. Instead of sending patches, please fork this project using the standard git and github infrastructure.

SOURCE

The development version is on github at http://github.com/doherty/WWW-3172-Crawler and may be cloned from git://github.com/doherty/WWW-3172-Crawler.git

BUGS AND LIMITATIONS

No bugs have been reported.

Please report any bugs or feature requests through the web interface at http://rt.cpan.org.

AUTHOR

Mike Doherty <doherty@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Mike Doherty.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.