- or download this
Died at ./myScriptname line 58, <$fh> line 119.
- or download this
$SIG{TERM} = $SIG{INT} = $SIG{QUIT} = $SIG{HUP} = sub { die; };
- or download this
END {
### This will get the Duration from the starting Execution time
...
unlink $PID_FILE; #-->Deletes files from the given list...
}
}