in reply to Re: Two dimensional array
in thread Two dimensional array
@temp_array = (\@arry1, \@arry2); my @exists = grep { $_->[0] eq $temp1 && $_->[1] eq $temp2} @temp_a +rray ;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Two dimensional array
by shmem (Chancellor) on Oct 03, 2007 at 21:01 UTC |