This might be the most easiest question in perl. You can get array size by any of the following
my $size = @array; print $size;
or
print scalar @array;In reply to Re: Counting elements in array
by simmisam
in thread Counting elements in array
by finfan
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |