http://qs321.pair.com?node_id=271160


in reply to hashes - finding values

If you want the value from the hash added to the array, use push @new_array,$hash{$thing}. The code you posted pushes the key, not the value.

90% of every Perl application is already written.
dragonchild