Help for this page
use strict; use warnings; ... %h = map { $_ => $h{$_} } @to_keep; print Dumper \%h;