local $SIG{ALRM} = sub { write_log('TIMEOUT ALERT'); }; alarm 20; my ($run_ok, undef, $full_buf, undef, undef) = run(command => $cmd); alarm 0;