The script works perfectly fine otherwise, this is just a cosmetic annoyance as far as I am concerned.while ( my ( $key, $value) = each $HoA ) { print $key . " "; for ( @$value ) { print "$_ "; } }
Update:
Thanks for both suggestions, very informative.
In reply to each on reference is experimental at by natxo
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |