Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Cannot connect using LWP :behind Proxy

by William G. Davis (Friar)
on Dec 29, 2004 at 06:49 UTC ( [id://417933]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    die "Couldn't get $url -- " ,$response->status_line
    unless $response->is_success;
    
  2. or download this
    $browser->proxy(http => 'http://proxy.whateverisp.com:8001');
    $browser->proxy(ftp => 'http://proxy.whateverisp.com:2101');
    

Log In?
Username:
Password:

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

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

    No recent polls found