my %bad_hash = {foo => 'bar'}; my %good_hash = (fun => 'Simpsons' ); my $bad_ref = (this => 'that'); my $good_ref = {more_fun => 'Simpsons DVDs'};