Your IP : 216.73.217.90


Current Path : /proc/thread-self/root/proc/self/root/usr/share/doc/perl-IPC-Run/abuse/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/usr/share/doc/perl-IPC-Run/abuse/timers

/usr/bin/perl -w

use strict;
use IPC::Run qw( :all );

$IPC::Run::debug = 10;

alarm 5;
$SIG{ALRM} = sub { die "timeout never fired!" };

my $out;
run [ $^X, '-e', 'sleep 10' ], ">", \$out, timeout 1;