http://qs321.pair.com?node_id=1025688


in reply to Re^2: <> oddity ?
in thread <> oddity ?

> That is still strange...

Is it really?

I mean what is this code actually supposed to do?

Let's say it clearly: Reading from an exhausted filehandle is nonsense!

Just the fact that this filehandle is magic leads to undefined behavior, because interactice input can't be exhausted.

Using either STDIN or ARGV here to is not only better, it explicitly demonstrates the intention of this line.

Cheers Rolf

( addicted to the Perl Programming Language)