Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Scraping with Treebuilder

by HuckinFappy (Pilgrim)
on Jul 17, 2006 at 03:50 UTC ( [id://561651]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [10] perl -Mwarnings /tmp/testit.pl
    "my" variable @perlbooks masks earlier declaration in same scope at /t
    +mp/testit.pl line 50.
    ...
            return"
    Global symbol "@hrefs" requires explicit package name at /tmp/testit.p
    +l line 34.
    Execution of /tmp/testit.pl aborted due to compilation errors.
    
  2. or download this
    sub get_url {
       my $node  = shift;
    ...
       $url =~ s/\s+$//;
       return $url;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-20 00:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found