Results 1 to 1 of 1
Related
-
How to prevent CSS being cached by proxy Forum: CSS Forum
Replies: 12 -
Mechanize questions (not very obvious) Forum: CGI Perl Forum
Replies: 0 -
Any other Web servers out there other then Tnt Proxy? Forum: Web Hosting Forum
Replies: 0 -
Any other Web servers out there other then Tnt Proxy? Forum: Internet Services
Replies: 0
-
07-04-2006, 02:28 AM #1
Need help on WWW::Mechanize and HTTP::Proxy
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/Proxy.pm line 268."
Please help!
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum