in reply to (bbfu) Re(2): Setting a filehandle attribute for just one filehandle
in thread Setting a filehandle attribute for just one filehandle
How can I have a per-filehandle $/ so I don't have to do an explicit local $/ = something every time I change file handles?
My solution answers this by moving the local $/ = ... out of the user's program entirely, and adding per-file-handle setting of $/. How is this not an improvement?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(bbfu) (explicit/implicit local) Re(4): Setting a filehandle attribute for just one filehandle
by bbfu (Curate) on Jun 27, 2001 at 19:30 UTC |