This error occurs only when I run the perl script in debug mode else it works ok i.e able to connect to the server This error occurs with/without a proxy Not sure what's wrong here.#!/opt/perl-5.6.1/bin/perl my $ua = new LWP::UserAgent; $ua->timeout(12000); $ua->proxy('http','http://webproxy.ll.com:80'); my $res = $ua1->request(POST $REQurl, Content_Type => 'multipart/form-data', Content => [ file => [$ReqsDir] ]);
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |