- or download this
sub DBI::db::STORABLE_freeze {
my ($self, $cloning) = @_;
...
return "Lost DBI ref $self";
}
- or download this
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
- or download this
return freeze("string"); # probably 'cause it's not a ref
my $$msg = "string";
return freeze($msg); # still no-go