my @f = 1 .. 3; # syntax error my %f = map { "$_" => 1 ; } @f; my %f = map {; "$_" => 1 } @f; print %f; __END__ 113121
In reply to Re^2: Strange compiler behavior with map?
by Anonymous Monk
in thread Strange compiler behavior with map?
by dwalin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |