in reply to Re^2: Searching parallel arrays.
in thread Searching parallel arrays.
Not sure why, but I get no output from your code when I use these test data:
my @source_data = ( [ 1, 9, 17 ], [ 2, 10, 18 ], [ 3, 11, 19 ], [ 4, 12, 20 ], );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Searching parallel arrays.
by jbert (Priest) on Dec 08, 2006 at 16:35 UTC |