![]() |
|
"be consistent" | |
PerlMonks |
Re: Assign Contains RegEx WTF??by ikegami (Patriarch) |
on May 19, 2009 at 15:25 UTC ( #764943=note: print w/replies, xml ) | Need Help?? |
It's just like ($x + $y) * $z. The contents of the parens are evaluated first, and the result is used as the operand of the operation outside the parens. Scalar assignment returns its LHS as an lvalue, so is the same as
In Section
Seekers of Perl Wisdom
|
|