in reply to Re: Issue with LWP:UserAgent use Proxy
in thread Issue with LWP:UserAgent use Proxy
I change the Line
my $req = HTTP::Request->new(GET =>'http://google.de');to
my $req = HTTPS::Request->new(GET=>'https://google.de');but it is still the same...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Issue with LWP:UserAgent use Proxy
by Anonymous Monk on May 06, 2014 at 23:04 UTC |