http://www.perlmonks.org?node_id=280206


in reply to Perl 5 -> 6 do's and don'ts?

Probably the biggest thing in my mind is that you shouldn't rely on the current dynamic scoping behavior of $_ because it'll be lexically scoped in Perl 6. Anything that uses select is also highly suspect.