sub xget { my $hash = shift; return map $_->{'value'}, @{%$hash}{@_}; }