Help for this page
use strict; my @a = qw(a b c d e f); ... @hash{@a} = @n; print "$hash{a} $hash{e}\n\n";
jptxs:/home/jptxs $ perl -w 2arrayHash 1 5 jptxs:/home/jptxs $