in reply to Re^6: Determining what line a filehandle is on
in thread Determining what line a filehandle is on
a fairly new thing? That is, we used to have to use tricks to create a reference to an anonymous filehandle first, and then open it. Now filehandles are autovivafing. I think that may be one reason why getting away from plain HANDLE's is historicaly a pain, but isn't as bad anymore.$a= undef; open ($a, "<file.txt");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^8: Determining what line a filehandle is on
by tadman (Prior) on Jul 08, 2001 at 22:29 UTC | |
by tilly (Archbishop) on Jul 09, 2001 at 16:34 UTC | |
by John M. Dlugosz (Monsignor) on Jul 09, 2001 at 07:08 UTC |