|
|
| more useful options | |
| PerlMonks |
how internally $#array is working in Perlby kiruthika.bkite (Scribe) |
| on Aug 13, 2010 at 05:11 UTC ( #854826=perlquestion: print w/ replies, xml ) | Need Help?? |
|
kiruthika.bkite has asked for the
wisdom of the Perl Monks concerning the following question:
Using $#array we can find the last index of an array.
but when I changed the value of $[ variable ( first index of an array), the value of $#array get changed as $[ variable value + last index of an array. So Please explain me about how $#array is internally working. Thanks in advance.
Back to
Seekers of Perl Wisdom
|
|