in reply to Re^3: Counting the number of items returned by split without using a named array
in thread Counting the number of items returned by split without using a named array
Well yeah, but aren't you just back to square one?
C:\test>perl -nwle"print $n = +(split)" Use of implicit split to @_ is deprecated at -e line 1. Name "main::n" used only once: possible typo at -e line 1. foo 1 foo bar 2
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Counting the number of items returned by split without using a named array
by blazar (Canon) on May 03, 2006 at 12:41 UTC |