Help for this page
#!/usr/bin/perl -w use strict; my %h; %{$h{x}};
#!/usr/bin/perl -w use strict; my %h; keys %{$h{x}};