|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: size of an array refby swampyankee (Parson) |
| on Feb 24, 2012 at 12:58 UTC ( #955909=note: print w/ replies, xml ) | Need Help?? |
|
A question I can still answer! The size of a reference to an array is a scalar. If you're looking for the size of the array to which the references is pointing, you may try this:
The curly braces are the dereference operator. Now, if I misunderstood, and you want to know something like the total size of a array of references to arrays, my answer is likely useless.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||