Since 4/2/2012 5:15:03 AM, ir has written 3 articles and participated in 0 conversations. ir signature: ir
ir's articles:
Items(3) /1
Help me with is code3224 (10/19/2003 6:01:30 AM) comp.lang.perl.misc i am trying to use proxy 64.161.246.100:8080 original code without proxy: use Net::HTTP; # my $s = Net::HTTP->new(Host => 'quote.yahoo.com') || die $@; $s->write_request(GET => 'http://quote.yahoo.com', 'U... Public
How Do I Use Proxy in Net:HTTP?6135 (10/15/2003 6:26:03 PM) comp.lang.perl.misc Can anyone tell me how the proxy is implemented in LWP:UserAgent? I have to use a proxy in Net:HTTP, but proxy is not supported in it. ... Public