|
|
| XP is just a number | |
| PerlMonks |
Re^4: Can I serialize an object and have it remember it's type?by cowboy (Friar) |
| on Jul 21, 2005 at 17:28 UTC ( #476926=note: print w/ replies, xml ) | Need Help?? |
|
We use storable extensively on many different systems with very little trouble. Version problems are potentially still there, but only if a newer version stores a data type that an older version cannot handle. (it now will try to handle the data from the newer storable instead of just croaking) I second your comment about nstore though. I'd highly recommend using nstore by default. Having to convert a couple million stored objects because you add a 64bit machine to your farm of 32bit machines sucks.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||