Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 20th, 2012  |  syntax: None  |  size: 0.35 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Perl incompatibility issue with each in a hash of hashes - 5.14 → 5.8.8
  2. Type of arg 1 to each must be hash (not hash element) at
  3.   ./migration-arpa.pl line 217, near "}) "
  4. Execution of ./migration-arpa.pl aborted due to compilation
  5.   errors.
  6.        
  7. each($hzones{ $k1 })
  8.        
  9. each(%{$hzones{ $k1 }})
  10.        
  11. each(%{ $hzones{ $k1 })
  12.        
  13. each($hzones{ $k1 })