Help for this page
if ( %$ref ) { ...do something }
if ( %$ref && ref $ref eq 'HASH' ) { ...do something }
if ( ref $ref eq 'HASH' && %$ref ) {