in reply to Re: Re: Re: Re: extracting values from hashesin thread extracting values from hashes
my @data = map $hash{$_}, grep exists $hash{$_}, @array; [download]
_________broquaint