Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: using variables in lwp::simple

by elsiddik (Scribe)
on Sep 25, 2007 at 11:47 UTC ( [id://640904]=note: print w/replies, xml ) Need Help??


in reply to using variables in lwp::simple

#!/usr/bin/perl use strict; use warnings; my $url = "http://www.myurl.coml?data"; my $file = "file.txt"; # get the data use LWP::Simple; is_success(getstore($url, $file)) or die "cant get the data\n";
i dont know if its the right thing to do -- im also still learning,
The world is a dangerous place. Not because of the people who are evil; but because of the people who don't do anything about it --Albert Einstein

Log In?
Username:
Password:

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

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

    No recent polls found