Re: How do I find the size of an array?
by
panda.umesh9
on
Feb 09, 2010 at 17:55 UTC
(
replies
)
http://www.perlmonks.org?node_id=822246
in reply to
How do I find the size of an array?
$length=($#array+1)
In Section
Seekers of Perl Wisdom