in reply to Apply function "keys" directly to function returning hash
my $i = 1; print join(" ",grep { $i++ % 2 } l()),"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Apply function "keys" directly to function returning hash
by wirrwarr (Monk) on Aug 26, 2003 at 10:35 UTC | |
by sgifford (Prior) on Aug 26, 2003 at 18:07 UTC |