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.