Help for this page

Select Code to Download


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