Help for this page

Select Code to Download


  1. or download this
    my $getPatterns;
    while (<>) {
    ...
    for (@errors) {
        print "    $_";
    }
    
  2. or download this
    while (<>) {
        if (/^#ERRORS/ .. /^CELLS/) {
    ...
    for (@errors) {
        print "    $_";
    }