Help for this page
my %arg = %{$arg}; for (keys %arg) { ... }
for (keys %$arg) { ... }
die "No what I want!" unless (ref($arg) eq "HASH");