ghouse has asked for the wisdom of the Perl Monks concerning the following question:
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] ]);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: 500 Error
by glasswalk3r (Friar) on Feb 06, 2006 at 15:10 UTC | |
|
Re: 500 Error
by vishi83 (Pilgrim) on Feb 06, 2006 at 13:08 UTC | |
|
Re: 500 Error
by spiritway (Vicar) on Feb 07, 2006 at 00:51 UTC |