Help for this page

Select Code to Download


  1. or download this
    ls *.log | show-the-alarms
    
  2. or download this
    while ( $file = <>) {
      chomp $file;
    ...
    } continue {
      print "Done with $file : found $status error(s)\n";
    }