Perl extension for finding the memory usage of Perl variables
Description
This module provides the ability to calculate the real sizes of Perl variables in bytes.
When you call a function, you use a reference to the size of the variable. If the variable
is a plain scalar it returns the size of the scalar. If the variable is a hash or an array,
use a reference when calling.