in reply to Re^2: Using a filehandle tucked into an array
in thread Using a filehandle tucked into an array

Right, but my post was a two parter. The first part was the (wrong) suggestion to try \*FILE. The second part was to suggest $f=$a[0]; <$f>; because that's the only way I ever get it to work without using IO::Handle or something.

-Paul