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


in reply to Is auto-dereferencing worth forcing upgrades to newer versions of Perl?

There are no backwards compatibility concerns. This syntax was a syntax error in earlier versions of Perl. Code written for those older versions will continue to work with no changes.

With that said, this feature interacts poorly with the much more useful 5.12 feature of using each on arrays. I pretend autodereferencing doesn't exist.

  • Comment on Re: Is auto-dereferencing worth forcing upgrades to newer versions of Perl?