Help for this page

Select Code to Download


  1. or download this
    /^\s*(\S+(?:.*\(.*\))?).+\s(\S+)\s*$/
    
  2. or download this
    use strict;
    use warnings;
    ...
        print "\nReport $name\n----------------------\n" ;
        print "$_\n" for @{$reports{$name}};
    }