#!/usr/bin/perl use Data::Dumper; $hash{+undef} = "pleasure"; $hash{''} = "pain"; print Dumper(\%hash); #### $VAR1 = { '' => 'pain', };