in reply to Re: Mini-Tutorial: Working with Odd/Even Elements
in thread Mini-Tutorial: Working with Odd/Even Elements
$ perl -wE 'say grep {state $t ^= 1} qw[a b c d]' ac $
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Mini-Tutorial: Working with Odd/Even Elements
by salva (Canon) on Jul 09, 2009 at 19:14 UTC | |
by JavaFan (Canon) on Jul 09, 2009 at 19:33 UTC |