Help for this page
use strict; use warnings; ... my %hash = ret_hash(); print Dumper(\%hash);
use strict; use warnings; ... my $hash = ret_hash(); print Dumper($hash);