Help for this page
use List::MoreUtils 'zip'; ... @values = qw/foo bar baz/; my %h = zip @keys, @values;