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


in reply to Re: opening a file destroys nulling entries in a list?!?!
in thread opening a file destroys nulling entries in a list?!?!

wowzers! thanks for the super fast responses, i pop out to lunch and look what happens :)

i also tried mapping <in>, as in...

map { print "file $in contains $_"; } <IN>;
and that works ok.

mat