Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re (tilly) 1: Why is this link parser only working the first time?

by dave_aiello (Pilgrim)
on Jan 20, 2001 at 01:19 UTC ( [id://53105]=note: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://53105]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-26 05:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found