Help for this page
#!/usr/bin/perl use strict; ... }; die $@ if $@ eq "timed-out\n"; print "No timeout\n";
my $verylongprocess = `timeout $delay`;