in reply to Re^6: Unable to Install HTTP::Proxy
in thread Unable to Install HTTP::Proxy

"Still working?"

Not really. youtube works as well as heise.

But telekom is broken.

Very often i get [Tue Feb 26 12:29:10 2013] (1080) ERROR: Getting request failed: Client closed from the proxy script and a message in firefox that the proxy rejects that connection - from a arbitrary page.

And performance is bad. It seems that it lasts very much longer that a page is rendered as without the proxy.

#!c:/perl/bin/perl.exe use strict; use warnings; use HTTP::Proxy; my $proxy = HTTP::Proxy->new(); $proxy->port(3128); $proxy->start;

Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»