in reply to Re (tilly) 1: grep instead of foreach?
in thread grep instead of foreach?
I have never seen this before:
Can you explain to me how it works? Is it in the documentation?my %sorted_index; @sorted_index{@sorted_array} = 0..$#sorted_array;
-- iakobski
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re (tilly) 1: grep instead of foreach? - hash slices
by bjelli (Pilgrim) on May 22, 2001 at 14:41 UTC |