Help for this page

Select Code to Download


  1. or download this
    foreach $logrecord (@errorcheck)
    {
        open (LOGFILE, "$logrecord");
    ...
    }
    system ('page Mike') if $errorcount;
    print "$errorcount\n";