in reply to Re: hashes - finding values
in thread hashes - finding values
I'm not too sure how to adapt your code to do this!my @array = qw/ f1 f2 f3 f4/; my %hash = qw/ f1 foo f2 bar/; #OUTPUT # newarray - foo bar.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: hashes - finding values
by broquaint (Abbot) on Jul 03, 2003 at 13:50 UTC |