Help for this page
if ( ref( $your_var ) =~ /HASH/ ) { ... }
if ( ref( $your_var ) eq 'HASH' ) {...}