Help for this page

Select Code to Download


  1. or download this
      $errfile = qw( stderr.log ); 
    
      open STDERR, ">$errfile"; 
    
      die "And in that sleep of death, who knows what dreams may come...";
    
  2. or download this
    #!\usr\bin\perl
    my @errors = ();
    ...
       }
    else
       { print "No errors found."; }