I don't think this is a good syntax. I would humbly suggest a better syntax is actually a new operator. Something like this:
my @array \= $arrayref;This would be the exact opposite of what happens when you reverse the order of the = and \. I.e. you can already
my @array =\$arrayref;This would just reverse the process.
In reply to Re: use feature 'postderef'; # Postfix Dereference Syntax is coming in 5.20
by einhverfr
in thread use feature 'postderef'; # Postfix Dereference Syntax is coming in 5.20
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |