in reply to Re: Strange compiler behavior with map?
in thread Strange compiler behavior with map?

Nice, I like {; natural to type (no need to press shift) and looks like a handlebar mustache
my @f = 1 .. 3; # syntax error my %f = map { "$_" => 1 ; } @f; my %f = map {; "$_" => 1 } @f; print %f; __END__ 113121

;}) meat with salt ({: