# Which one is correct ..... if ( %$hash_ref ) { ...... } # OR if ( $hash_ref ) { ........ }