Since the internal presentation in C of perl data types contain much more information than the data itself, is there any way to find the actual size, similar to sizeof in C?
actually is there even a rough ball-park sizeof? e.g, something like "a scalar string is roughly the string size plus 10 bytes overhead", similar for arrays, references, hashes, objects? (This is not for any practical use, just a curiosity.)