- or download this
/^(BCG-\d+)/ # i.e. line-initial "BCG-" followed by digits
- or download this
/^\s+(SNBX\S+)/
/^\s+(TRX-\d+)\s+\S+\s+BL-TRX/
- or download this
print "BCG LOCATION TRX STATUS\n";
print "---------------------------------\n";
...
print "$recid $loc $1 $2\n";
}
}