in reply to looking for a perl way to build a hash
my $str1="a,b,c"; my $str2="1,2,3"; @h{eval$str1}=eval$str2 [download]