Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Using the contents of

by Popcorn Dave (Abbot)
on Sep 22, 2008 at 06:24 UTC ( [id://712947]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $source = get('http://www.drudgereport.com'); 
    open FH, '>', 'temp.html' || die "Can't open source file\n"; # write t
    +emp source file to parse
    ...
    
    my $stream = HTML::TokeParser->new('temp.html')
      || die "Couldn't read HTML file $source";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-25 15:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found