in reply to Re^4: Example in Cookbook of hash of hash
in thread Example in Cookbook of hash of hash

The "{ }" are part of the loop syntax. The middle line is the body of the loop. It's what's executed for each pass of the loop.
  • Comment on Re^5: Example in Cookbook of hash of hash