|
|
| more useful options | |
| PerlMonks |
Re^2: Object Serialization Basicsby siracusa (Friar) |
| on Jul 21, 2005 at 17:01 UTC ( #476915=note: print w/ replies, xml ) | Need Help?? |
|
If you are shipping blessed thingies across a network, also make sure that the classes that the thingies are blessed into are loaded (not just installed, but loaded into memory--"use"ed or "require"ed) on the receiving side. If not, the thawing process may fail.
In Section
Tutorials
|
|
||||||||||||||||||||