in reply to recv in socket programming
my $select=new IO::Select(); $select->add($socket); if ($select->can_read($timeout) [download]