in reply to What Perl object am I looking at here?

countries could be yet another object and print() could be overloaded for that. If it's an object then it probably has iterators to provide you with the data. Dumper's output wont show what is the container? looking at the source code (metacpan provides you with "Source", top-rightleft) could also help you.

  • Comment on Re: What Perl object am I looking at here?