Help for this page
sub FETCH { # ... $val= $refToTiedHash->{$key}; # ... }
sub FETCH { # ... $val= tied(%$refToTiedHash)->FETCH($key); # ... }