Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: LWP and HTTPS

by Corion (Patriarch)
on Apr 26, 2014 at 16:35 UTC ( [id://1083942]=note: print w/replies, xml ) Need Help??


in reply to Re^2: LWP and HTTPS
in thread LWP and HTTPS

If you want to set up the environment, either do so outside your script, or at least, before the SSL modules are loaded:

BEGIN { $ENV{ HTTPS_VERSION }= 3; }; use WWW::Mechanize;

Replies are listed 'Best First'.
Re^4: LWP and HTTPS
by Gangabass (Vicar) on Apr 27, 2014 at 01:14 UTC
    This will not work because $ENV{ HTTPS_VERSION }= 3; is the default value :-(

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-04-19 08:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found