Dear Monks, if I do what's in the code below, that's I don't enclose the left-hand side variables in parentheses like my ($a, $x, $y, $z) = foo() but instead do:
my $a, $x, $y, $z = foo()Can you monks please explain step-by-step what computations will happen here?
In reply to What's happening in this expression? by zapdos
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |