Help for this page

Select Code to Download


  1. or download this
       # reset line numbering on each input file
        while (<>) {
    ...
        } continue {
            close ARGV  if eof;     # Not eof()!
        }