in reply to
Email::Valid tcp_timeout
Im not real familiar with this, but you can try:
$res = new Net::DNS::Resolver;
$res->tcp_timeout($s);
where $s is in seconds, ie. 60 = 1 minute.
Hope this helps.
Comment on
Re: Email::Valid tcp_timeout
In Section
Seekers of Perl Wisdom