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.