in reply to Re^4: Net::SOCKS how define timeout?
in thread Net::SOCKS how define timeout?

Just override the alarm signal handler:
$SIG{ALRM} = sub { die "Timeout\n" };