Sophie

Sophie

distrib > Mageia > cauldron > x86_64 > by-pkgid > 81066dcb6e62a4ec1d948bd37c13a017

perl-Time-Out-0.240.0-1.mga10.src.rpm

Description:

'Time::Out' provides an easy interface to _alarm(2)_ based timeouts. Nested
timeouts are supported.

RETURN VALUE
'timeout' returns whatever the code placed inside the block returns:

use Time::Out qw(timeout) ;

my $rc = timeout 5 => sub {
return 7 ;
} ;

Other version of this rpm: