in reply to Re^2: Unfinished custom proxy
in thread Unfinished custom proxy

You can do that as long as @ARGV (which I suppose you're using here to refer to arguments in the wider sense) contains key-value pairs that are acceptable with a HTTP::Proxy constructor call — which is why I asked what exactly those arguments are supposed to be or do.

Replies are listed 'Best First'.
Re^4: Unfinished custom proxy
by kazak (Beadle) on Jan 08, 2012 at 12:15 UTC
    BTW, Eliya thank you very much for your help with previous problem, thanks to you it works as a charm.