Replace "keys %hoa" with the list of specific names.
By the way, $input = $_ is wrong.
$input = $_ is an assignment.
$input == $_ is a numerical comparison.
$input eq $_ is a string comparison.
See perlop.
In reply to Re: specific array in hash of arrays
by ikegami
in thread specific array in hash of arrays
by kwn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |