Help for this page
use strict; use warnings; ... my %hash = (); PopulateHash(\%hash); print Dumper(\%hash);
$VAR1 = { '4' => 'd', ... '3' => 'c', '2' => 'b' };