in reply to
Combining two lists into a hash
my %hash; @hash{@a} = @b;
[download]
Comment on
Re: Combining two lists into a hash
Download
Code
In Section
Seekers of Perl Wisdom