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


in reply to Re^7: use feature 'postderef'; # Postfix Dereference Syntax is coming in 5.20 (demerphq mistaken?)
in thread use feature 'postderef'; # Postfix Dereference Syntax is coming in 5.20

Some people argue that method calls should always return a scalar; if you need to return more than one result, return an arrayref.

Ironically, these are the people who would benefit the most from ->@*.