http://qs321.pair.com?node_id=457532


in reply to Re: Is there a way to find the size of a data structure?
in thread Is there a way to find the size of a data structure?

Well, that would give the size of the Storable image of the data, not the live-in-RAM size... and I think the OP intended the latter.

So, for the OP: use Devel::Size, or study the sources...

-- 
        dakkar - Mobilis in mobile

Most of my code is tested...

Perl is strongly typed, it just has very few types (Dan)