will you see for one more time? its still not working
now the script is :
and on run shows error messageuse strict; use warnings; use LWP::UserAgent; my $ua = LWP::UserAgent->new(); $ua->proxy(['http', 'ftp'], 'http://192.168.64.1:3128/'); my $req = HTTP::Request->new('GET','https://twitter.com/?lang=en'); my $res = $ua->request($req); print $res->status_line;
500 Can't connect to twitter.com:443 (Bad hostname)
thanksIn reply to Re^4: proxy problwm LWP
by reciter
in thread proxy problwm LWP
by reciter
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |