- or download this
#!/usr/bin/perl -w
...
};
- or download this
print "\n---------------------Top 4 ---------------------\n";
print Dumper \%hash;
print "\n---------------------Top 5 ---------------------\n";
- or download this
---------------------Top 4 ---------------------
$VAR1 = {
'HASH(0x7fc9b5936d80)' => undef
};
---------------------Top 5 ---------------------
- or download this
my $cnt = 1;
while ( my ($name, $ITEM) = each %hash ){
...
$cnt++;
}
- or download this
[ 1 ] --- HASH(0x7fc9b5936d80)
Argument "HASH(0x7fc9b5936d80)"