##
Unexpected object type (4) in store_hook() at blib/lib/Storable.pm
(autosplit into blib/lib/auto/Storable/_freeze.al) line 234,
at script-name.pl line 58
####
return freeze("string"); # probably 'cause it's not a ref
my $$msg = "string";
return freeze($msg); # still no-go