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