Or use Tie::DxHash this tied hash allows duplicate keys.my @array = ( [ bob => "section-a"], [ bob => "section-b"] ); for ( @array ) { my ( $a, $b ) = @$_; print "$a => $b\n"; }
In reply to Re: Looping through a hash where some keys are the same
by borisz
in thread Looping through a hash where some keys are the same
by GaijinPunch
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |