in reply to Re^2: handling files using regular expressionin thread handling files using regular expression
while (<FILE>){ ... something ... } while (<FILE>) { ... something else ... } [download]
That second loop will never execute. Can you tell why?