Re: problem with Net::SOCKS;

2004-11-28 Thread Ing. Branislav Gerzo
Ing. Branislav Gerzo [IBG], on Sunday, November 28, 2004 at 10:11 (+0100) has on mind: IBG> but it doesn't help. Has anyone some idea, how I can modify this to IBG> work, or using another module for socks 4/5 ? I also saw on CPAN IBG> Net::SC, but I don't know how to compile that under win32, it a

problem with Net::SOCKS;

2004-11-28 Thread Ing. Branislav Gerzo
Hi all, I have timeout problem with Net::SOCKS, when connecting to socks4/5, sometime it gets no timeout, so it "freezes" at that point. I also modify SOCKS.pm and add Timeout => 10 to: ${*self}{fh} = new IO::Socket::INET ( Timeout => 10, Pee