my %hash; for my $i (0 .. $#fname) { $hash{ "$fname[$i] $lname[$i]" } = $state[$i]; } [download]
In reply to Re: Creating a hash from arrays by tangent in thread Creating a hash from arrays by cspctec