Help for this page

Select Code to Download


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