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