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

NAME

GunghoX::FollowLinks - Automatically Follow Links Within Responses

SYNOPSIS

  follow_links:
    parsers:
      - module: HTML
        config:
          rules:
            - module: HTML::SelectedTags
              config:
                tags:
                  - a
      - module: Text
        config:
          rules:
            - module: URI
              config:
                - host: ^example\.com

DESCRIPTION

This is alpha release software. Do NOT use it in production yet!

METHODS

setup

AUTHOR

Copyright (c) 2007 Daisuke Maki <daisuke@endeworks.jp>

LICENSE

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

See http://www.perl.com/perl/misc/Artistic.html