in reply to Re^2: How to reset a variable for each file inside a while( <> ) loop?
in thread How to reset a variable for each file inside a while( <> ) loop?

The continue allows you to call next in the loop without skipping "close ARGV if eof;".