in reply to Re: Should Devel::Size work on tied arrays?
in thread Should Devel::Size work on tied arrays?
And yeah, Devel::Size does some... interesting things to get the total size of data structures. There's lots of evil knowledge of the size of things. For the most part that knowledge is version-independent, but not all of it. (Arguably there should be a Devel::Size-ish thing bundled as part of a perl distribution because it is so potentially version-dependent, but that's throwing more work on the core internals group, and they've enough to do as it is)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Should Devel::Size work on tied arrays?
by martin (Friar) on Feb 02, 2006 at 00:26 UTC |