Help for this page
my %hash ; ... sub FETCH { return( 'fetch_val' ) ;}
my %hash = (1) ; ... sub TIEHASH { bless({}, __PACKAGE__ ) ;}