Help for this page
my %h = ( one => 'v1', ... my %norefs = map { $_ => $h{$_} unless ref $h{$_} } keys %h;