http://www.perlmonks.org?node_id=1004900


in reply to Re^2: Opening multiple files
in thread Opening multiple files

Correction

-  while( not( grep eof, @infiles ) ){

+  while( not( grep \&eof, @infiles ) ){