Help for this page

Select Code to Download


  1. or download this
    my %hash = {a => 1, b => 2, c => 3}; # curlies
    
  2. or download this
    my %hash = (a => 1, b => 2, c => 3); # parens