|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: explanation of termsby davido (Bishop) |
| on Jan 03, 2013 at 07:38 UTC ( #1011406=note: print w/ replies, xml ) | Need Help?? |
|
perlintro, and perlop ought to just about cover it. Presumably you're asking what the difference is between the "=" (assignment) operator and the "->" (dereference) operator. The first is used to assign a value (or values in the case of aggregate data-types), and the second is used to dereference a reference.Dave
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||