Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: http get with perl, help needed

by JavaFan (Canon)
on Oct 16, 2008 at 22:17 UTC ( [id://717612]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      use LWP::Simple;
      my $document = get("http://www.perlmonks.org");
    
  2. or download this
      my $document = `wget -qO- http://www.perlmonks.org`;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 03:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found