in reply to Re^2: LWP::Curl and CURLOPT_USERPWD
in thread LWP::Curl and CURLOPT_USERPWD
Most likely, you will need to import CURLOPT_USERPWD from Net::Curl or Net::Curl::Easy. In fact, Curl::LWP has this line at its top:
use Net::Curl::Easy qw(:constants)
Maybe by adding that same line to your code you get the values for CURLOPT_USERPWD imported into your code as well.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: LWP::Curl and CURLOPT_USERPWD
by wanderedinn (Sexton) on Jun 06, 2016 at 19:23 UTC | |
by Corion (Patriarch) on Jun 06, 2016 at 20:23 UTC | |
by wanderedinn (Sexton) on Jun 06, 2016 at 20:33 UTC | |
by Corion (Patriarch) on Jun 06, 2016 at 20:35 UTC | |
by wanderedinn (Sexton) on Jun 06, 2016 at 20:41 UTC | |
|