Help for this page

Select Code to Download


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