in reply to Regular Expression matching more than one condition
if ($_ =~ /^13\s+251/) { print $_; } [download]