should normally beif (exists $hoh{$array_name}->{$to_find}) {
if ( exists( $hoh{$array_name} ) && exists( $hoh{$array_name}->{$to_find} ) ) {
to prevent autovivification of entries into %hoh. That might not matter here, though.
In reply to Re^4: specific array in hash of arrays
by ikegami
in thread specific array in hash of arrays
by kwn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |