in reply to Counting the number of items returned by split without using a named array
my $entries = 1; s/\s/$entries++/eg;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Counting the number of items returned by split without using a named array
by blazar (Canon) on May 03, 2006 at 10:21 UTC | |
by lima1 (Curate) on May 03, 2006 at 14:37 UTC |