in reply to IO::Socket::INET timeout setting - only 0 works
I have no idea why it doesn't work, or why it only works if you set a timeout to 0, but you can always use alarm yourself (and put your code (the connect) in an eval block etc)... (`perldoc -f alarm`)
|
|---|