I'm working on a pretty memory intensive Perl script, using a lot of nested hashrefs and arrayrefs. I need to be able to compare the size of different data structures. Is there anything like a C sizeof operator for Perl that I can use to estimate memory usage?