in reply to Re: 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
$ perl -MO=Deparse -e '$a = () = split' $a = () = split(" ", $_, 1);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Counting the number of items returned by split without using a named array
by blazar (Canon) on May 03, 2006 at 10:50 UTC | |
by salva (Canon) on May 03, 2006 at 11:15 UTC | |
by BrowserUk (Patriarch) on May 03, 2006 at 12:32 UTC | |
by blazar (Canon) on May 03, 2006 at 12:41 UTC | |
Re^3: Counting the number of items returned by split without using a named array
by Anonymous Monk on May 04, 2006 at 12:35 UTC |