in reply to
Counting the number of items returned by split without using a named array
my$s=my@a=split/\s+/;
Comment on
Re: Counting the number of items returned by split without using a named array
Download
Code
In Section
Seekers of Perl Wisdom