![]() |
|
No such thing as a small change | |
PerlMonks |
what does $#AoA meanby BlenderHead (Novice) |
on Nov 22, 2009 at 03:11 UTC ( [id://808635]=perlquestion: print w/replies, xml ) | Need Help?? |
BlenderHead has asked for the wisdom of the Perl Monks concerning the following question: Hello World: Have been reviewing this page on how to do complex data structures: http://perldoc.perl.org/perldsc.html Am working on Arrays of Arrays, and in the print loop they ue the following structure in the conditional: ( 0 .. $#AoA ) I'm wondering what $#AoA means? Specifically, I'm wondering why they put a # sign between the $ and the namespace? Any help much appreciated. BH
Back to
Seekers of Perl Wisdom
|
|