Help for this page

Select Code to Download


  1. or download this
    open(FH, $log) || do { $down = 'true'; };
    
  2. or download this
    if(open(FH, $log)) {
        send tail of log file
    ...
    } else {
        ... send server down...
    }