in reply to
Re: Avoid using local $/=undef?
in thread
Avoid using local $/=undef?
Problem with setting
local $/ = \64
is that it is easy to forget the \ (which at least one monk has done in the past).
read
might be a better bet.
Comment on
Re^2: Avoid using local $/=undef?
Download
Code
In Section
Seekers of Perl Wisdom