in reply to Do I have to explicitly tell keys() that the hash in my hash of hashes is a hash?

Try doing something like:
foreach my $customization (keys %{$serverse{BOUVET}{customizations}}) +{
You have a hashref, so you need to tell Perl to dereference the hashref.

------
We are the carpenters and bricklayers of the Information Age.

Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.

  • Comment on Re: Do I have to explicitly tell keys() that the hash in my hash of hashes is a hash?
  • Download Code