in reply to
Counting elements in array
print "Array size is " . scalar @array . "\n";
Comment on
Re: Counting elements in array
Download
Code
In Section
Seekers of Perl Wisdom