in reply to Re^3: print matching linesin thread print matching lines
while (<FH>) { local $/ = '# input'; if (m/1ord/) { print "$/\n";} } [download]