in reply to Re^4: Net::SOCKS how define timeout?in thread Net::SOCKS how define timeout?
$SIG{ALRM} = sub { die "Timeout\n" }; [download]