Re: Bad protocol 'tcp' with perl/lwp module connections

2004-07-16 Thread Igor Pechtchanski
On Fri, 16 Jul 2004, Dirk Fokken, Cross Development wrote: > Running a cgi script like the following from the command line works > pretty fine. > > Running the same script from within the browser result in an error > message like: > > http://192.168.0.5/cgi-bin/lwp.cgi > > 500 Can't connect to sea

Bad protocol 'tcp' with perl/lwp module connections

2004-07-16 Thread Dirk Fokken, Cross Development
Running a cgi script like the following from the command line works pretty fine. Running the same script from within the browser result in an error message like: http://192.168.0.5/cgi-bin/lwp.cgi > 500 Can't connect to search.cpan.org:80 (Bad protocol 'tcp') The sample script: -