GunghoX-FollowLinks

 view release on metacpan or  search on metacpan

lib/GunghoX/FollowLinks.pm  view on Meta::CPAN

The most common action that a crawler takes is to follow links on a page.
This module helps you with that task.

=head1 METHODS

=head2 setup

=head2 follow_links

Parses the given HTTP::Response/Gungho::Response object and dispatches the
appropriate parser from its content-type.

For each URL found, Automatically dispatches the rules given to the parser,
and if the rules match, the URL is sent to Gungho-E<gt>send_request.

Returns the number of matches found.
              
=head1 AUTHOR

Copyright (c) 2007 Daisuke Maki E<lt>daisuke@endeworks.jpE<gt>



( run in 1.235 second using v1.01-cache-2.11-cpan-524268b4103 )