Help for this page
#!/usr/bin/perl ... } print Dumper \%h;
$VAR1 = { 'key' => undef };
$VAR1 = {};
# ... my %h; ... } delete @h{@inexistent}; # ...