my %h = map {"$_" => 1} qw(id title full_text); #### my %h = map {1; "$_" => 1 } qw(id title full_text); #### syntax error at bug_or_magic.pl line 6, near "} qw(id title full_text)" #### # Under Construction