in reply to unable to store shared hash with Storable

The problem is now that I'm using threads and threads::shared, my shared hashes do not store to disk. Actually they do, but they're basically empty

Not much help, but I know from experimenting with shared hashes, the share method only shares the first level keys. Maybe you could use the freeze and thaw methods? See the MEMORY STORE section of perldoc Storable.


I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: unable to store shared hash with Storable