Help for this page

Select Code to Download


  1. or download this
    if (open FH, $log) {
    ....send tail of log file...
    } else {
    ....send "server is down. Perl say $!"
    }
    
  2. or download this
     
    blah() || do{ $scalar = 'blah'; more_stuff() }