|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: Perl 6, difference between ':=' and '='by chromatic (Archbishop) |
| on Aug 12, 2010 at 06:04 UTC ( [id://854589]=note: print w/replies, xml ) | Need Help?? |
|
From Synopsis 03:
The assignment operator = assigns the value of its right operand to the container which is its left operand. The binding operator := associates the container of its right operand to the name which is its left operand. Think of it a bit like Perl 5 references without the reference or dereference operators.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||