Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: need to read the web source

by artist (Parson)
on Aug 31, 2006 at 11:41 UTC ( [id://570585]=note: print w/replies, xml ) Need Help??


in reply to need to read the web source

The basic.
use LWP::Simple; my $url = shift; print get $url;
--Artist

Replies are listed 'Best First'.
Re: need to read the web source
by b10m (Vicar) on Aug 31, 2006 at 14:11 UTC

    or the other way around:

    getprint $url
    TIMTOWTDI ;-)

    --
    b10m

    All code is usually tested, but rarely trusted.

Log In?
Username:
Password:

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

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

    No recent polls found