in reply to Using map to assign to a hash
Looks like a bug to me, but if you put parens around the list it makes it 'go away';
%hash = map { ( "$var/$_", $_ ) } @array; [download]