Syntactic Confectionery Delight | |
PerlMonks |
Re: What is the difference between $array[1] and @array[1]?by sundialsvc4 (Abbot) |
on Apr 07, 2009 at 16:32 UTC ( [id://756072]=note: print w/replies, xml ) | Need Help?? |
As you have seen (and may know...) the preceding character, "$" or "@", defines the context in which the subsequent phrase will be interpreted. Context is a concept that is fairly unique to Perl, AFAIK.
In Section
Seekers of Perl Wisdom
|
|