in reply to avoiding the hash
You have paired them in %hash and keep the sequence in @array.@hash{@array}=@array2; foreach $v (@array) { print $hash{$v}; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: avoiding the hash
by Corion (Patriarch) on May 09, 2003 at 10:48 UTC | |
by Skeeve (Parson) on May 09, 2003 at 11:03 UTC |