Help for this page

Select Code to Download


  1. or download this
    die "Bigger problem: '$_' doesn't exist!" if not -e $_ ;
    if ( time - (stat $_)[9] > 1200 ) {
       print "ERROR MESSAGE"
    }