Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Scott7477's scratchpad

by Scott7477 (Chaplain)
on Nov 14, 2005 at 04:43 UTC ( [id://508209]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use LWP::Simple;
    my $url = 'http://www.example.com';
    my $content = get $url;
    
  2. or download this
    use HTML::TableExtract;
    
    ...
            print $outfh join ( "\t", map { defined $_ ? $_ : ''; } @$row 
    +), "\n";
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-28 13:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found