Help for this page

Select Code to Download


  1. or download this
        sub attachment_link_extractor
                {
    ...
    
          my $p = HTML::LinkExtor->new(\&attachment_link_extractor);
    
  2. or download this
        $attachment_link_extractor =
            sub {
    ...
    
          my $p = HTML::LinkExtor->new($attachment_link_extractor);