my $ranksUsed = [ [ 1 ], [ 2 ] ]; # No intermediate array or loop... my %ranksUsed = map {$_->[0] => undef} @$ranksUsed;