Help for this page

Select Code to Download


  1. or download this
    $SIG{ALRM} = sub { report(); exit };
    alarm(86400 * 3);
    ...
    sub report {
        # your reporting code
    }