Help for this page
run \@cmd, \$in, \$out, \$err, timeout( 3, exception => 'timeout' );
#!/usr/bin/perl -w ... print "ERROR: $err\n\n" if $err; chomp($out) && print "Output: $out\n" if $out; print "Expected output: ", param('out') if param('out');