Perhaps you want:
while (<DATA>) { chomp; if ($var eq 'Sensor30') { print "MATCH => $_\n"; } } [download]
In reply to Re: regex needed by jwkrahn in thread regex needed by Anonymous Monk