![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re: What does $#variable mean?by Rich36 (Chaplain) |
on Mar 19, 2004 at 16:11 UTC ( #338031=note: print w/replies, xml ) | Need Help?? |
$#SORTEDLENDERS indicates that there's an array @SORTEDLENDERS. The $#arrayname syntax holds the index of the last member of an array.
«Rich36»
In Section
Seekers of Perl Wisdom
|
|