if ($line =~ /_test(\s+)</) { ### skip this one ### } elif ($line =~ /_test(\s+)/) { print "found\n"; } [download]
In reply to Re: parsing question by hmerrill in thread parsing question by Washie101