$ /opt/perl5/bin/perl -MData::Dumper -we '%h={};$h{a}=1;print Dumper \%h' Odd number of elements in hash list at -e line 1. $VAR1 = { 'a' => 1 };