in reply to Hash create

In the TMTOWTDI spirit:

use List::MoreUtils 'zip'; my %hash = zip @arr1, @arr2;

the lowliest monk