in reply to mapping two arrays into anon hash
my %local = mapcar { @_ } \@keys, \@values; [download]