HDML::LinkExtor - Extract links from an HDML document


HDML-LinkExtor documentation  | view source Contained in the HDML-LinkExtor distribution.

Index


NAME

Top

HDML::LinkExtor - Extract links from an HDML document

SYNOPSIS

Top

  use HTML::LinkExtor;
  $p = HTML::LinkExtor->new(\&cb, "http://www.perl.org/");
  sub cb {
      my($tag, %links) = @_;
      print "$tag @{[%links]}\n";
  }
  $p->parse_file("index.html");

DESCRIPTION

Top

HDML::LinkExtor is an HDML parser that extracts links from an HDML document. The HDML::LinkExtor is a subclass of HTML::LinkExtor.

AUTHOR

Top

milano <milano@cpan.org>

SEE ALSO

Top

HTML::LinkExtor


HDML-LinkExtor documentation  | view source Contained in the HDML-LinkExtor distribution.