sunslinger has asked for the wisdom of the Perl Monks concerning the following question:
Hi guys,
I'm a newbie here with this particular problem. I'm currently using Win2K and am trying to use the WWW::Mechanize and HTTP::Proxy in order to submit a simple form where a proxy server address is required.
Here's my code:
my $proxy = HTTP::Proxy->new( host => 'proxy.somewhere.com', port => 80, );
When I try to compile it, I get this error at dos prompt:
"Cannot initialize proxy daemon: Unknown error at C:/Perl/lib/HTTP/Pro +xy.pm line 268."
Please help!
Code tags added by GrandFather
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Need help with HTTP::Proxy
by shmem (Chancellor) on Jul 04, 2006 at 10:28 UTC | |
|
Re: Need help with HTTP::Proxy
by Corion (Patriarch) on Jul 04, 2006 at 07:32 UTC | |
|
Re: Need help with HTTP::Proxy
by planetscape (Chancellor) on Jul 04, 2006 at 13:04 UTC | |
by sunslinger (Initiate) on Jul 05, 2006 at 09:50 UTC | |
by planetscape (Chancellor) on Jul 05, 2006 at 14:12 UTC | |
by Anonymous Monk on Jul 10, 2006 at 07:18 UTC | |
by planetscape (Chancellor) on Jul 10, 2006 at 18:14 UTC | |
by Anonymous Monk on Jul 10, 2006 at 07:31 UTC |