Re: connect through socks

2004-10-03 Thread Ing. Branislav Gerzo
Jim [J], on Thursday, September 30, 2004 at 08:17 (-0400) contributed this to our collective wisdom: J> you could always do this: J> use Socket; ... thanks, I will try that. -- ...m8s, cu l8r, Brano. [Roy the Ranger's Famous Quote: Red Dragon? Big deal--I'm married!] -=x=- Skontrolované

RE: connect through socks

2004-09-30 Thread Jim
> > > Hi perlers, > > > > anyone knows how to connect to a website and download it > through socks > > (ver 4,5) ? I tried IO::Socket::Socks and Net::SOCKS, but I > can't get > > them to work. > > I know it can be done via 'LWP::UserAgent'. Not sure via a > socket though. you could always

Re: connect through socks

2004-09-29 Thread William Melanson
On Sun, 26 Sep 2004, Ing. Branislav Gerzo wrote: > Hi perlers, > > anyone knows how to connect to a website and download it through socks > (ver 4,5) ? I tried IO::Socket::Socks and Net::SOCKS, but I can't get > them to work. I know it can be done via 'LWP::UserAgent'. Not sure via a socket thou

connect through socks

2004-09-26 Thread Ing. Branislav Gerzo
Hi perlers, anyone knows how to connect to a website and download it through socks (ver 4,5) ? I tried IO::Socket::Socks and Net::SOCKS, but I can't get them to work. Also my next question is: can I access to whois service through socks? Is here anyone who has some experiences with this ? Thanks.