Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

500 error with LWP:UserAgent

by RenardBleu (Sexton)
on Nov 04, 2014 at 09:56 UTC ( [id://1106004]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Net::SSL (); # From Crypt-SSLeay
    BEGIN {<br />
      $Net::HTTPS::SSL_SOCKET_CLASS = "Net::SSL"; # Force use of Net::SSL
      $ENV{HTTPS_PROXY} = 'http://10.0.3.1:3128';
    }
    
  2. or download this
    require LWP::UserAgent;
     
    ...
    } else {
        print "Error: " . $res->status_line . "\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-25 15:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found