Help for this page
my $message= "This message should not appear"; my $exitcode= $UNKNOWN; ... if ($@ and $@ eq $timeoutstr) { do_exit($CRITICAL, "Timeout after $timeout sec\n"); }