Help for this page
my @keys = (1 .. 5); my @values = (6 .. 8); my %hash; @hash{@keys} = @values;
@hash{@keys} = @values || '';