my %args = %{ $_[0] }; # or my %args = %{ +shift };
Update: The dereference curly braces introduce a new scope, so declaring the variable inside doesn't make sense:
my %args = %{ my $arg = shift }; # Here, $arg doesn't exist.
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
In reply to Re: Can I rewrite this code?
by choroba
in thread Can I rewrite this code?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |