Help for this page
my $hashref = { .... }; my $keysCount = keys $hashref;
my $keysCount = keys ${ $hashref };
my $keysCount = keys $$hashref;