Help for this page

Select Code to Download


  1. or download this
         if( ( $statusLoadmsg = &FileExists( $logFile ) ) == $FALSE )
         {
    ...
     
             return $WARNING;
         }
    
  2. or download this
    do {warn "$logfile not found"; return $warning} unless -e $logfile;
    
  3. or download this
         #
         # read whole log file
    ...
     
             return $FALSE;
         }