Help for this page
if (exists $hoh{$array_name}->{$to_find}) {
if ( exists( $hoh{$array_name} ) && exists( $hoh{$array_name}->{$to_find} ) ) {