Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: fetching data from remote site

by Beatnik (Parson)
on Apr 21, 2001 at 14:20 UTC ( [id://74407]=note: print w/replies, xml ) Need Help??


in reply to fetching data from remote site

#!/usr/bin/perl -w use strict; use LWP::Simple; my $page = get("http://server/data.php");
or
#!/usr/bin/perl -w use strict; my $page = qx|lynx --nolist --source http://server/data.php|;

Greetz
Beatnik
... Quidquid perl dictum sit, altum viditur.

Log In?
Username:
Password:

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

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

    No recent polls found