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


in reply to Stupid mistakes I repeatedly make

use Devel::Size; ... quick test program ...; print total_size(\%some_datastructure); # Error, Devel::Size has useless export functionality.
Although I'm not sure whether that's my mistake, or Devel::Size's.