in reply to
How do I find the size of an array?
When given a reference to an array... my $size = scalar @{$array_ref};
Originally posted as a Categorized Answer.
Comment on
Re: How do I find the size of an array?
In Section
Seekers of Perl Wisdom