in reply to Re^5: Why is a hash the default "object" in oo perl?
in thread Why is a hash the default "object" in oo perl?

Devel::Peek is geared to people debugging perl internals - this isn't the tool you'd normally use when just trying to discover the structure of something. Data::Dumper is the built-in natural for that. demerphq's Data::Dump::Streamer is a separate install but it gets even closer to the actual structure.
  • Comment on Re^6: Why is a hash the default "object" in oo perl?