while (<$handle>) { ... }
is the same as
while (<>) { ... }?
I looked on CPAN for a Tie:: module, but I didn't find anything.
In reply to Referencing the null file handle, <> by pc88mxer