in reply to Remove a Line
if ($word=~/($railcarcnt)/io){ $count{$1}++; print "Line $. [$word] matches [$1]\n"; # add } [download]