Help for this page
#!/usr/bin/perl ... $hash{''} = "pain"; print Dumper(\%hash);
$VAR1 = { '' => 'pain', };