works (I hope) but shouldn't there be a:foreach my $array_elem ( @{ $href->{$key} } ) {
sort of way to do this?foreach my $array_elem ( $href->{$key}->@ ) {
a
In reply to Re: references quick reference (Re: push)
by a
in thread push
by malaga
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |