perl -MData::Dumper -e '%hash = bob => 90, sue => 12; print Dumper(\%hash);' $VAR1 = { 'bob' => undef };