- Perl incompatibility issue with each in a hash of hashes - 5.14 → 5.8.8
- Type of arg 1 to each must be hash (not hash element) at
- ./migration-arpa.pl line 217, near "}) "
- Execution of ./migration-arpa.pl aborted due to compilation
- errors.
- each($hzones{ $k1 })
- each(%{$hzones{ $k1 }})
- each(%{ $hzones{ $k1 })
- each($hzones{ $k1 })