![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Never use Storable to save XS objectsby diotalevi (Canon) |
on May 11, 2004 at 20:23 UTC ( #352580=note: print w/replies, xml ) | Need Help?? |
Also be sure not to use Storable on closures. The lexical environment of the closure is not captured in the Storable object. Functions are deparsed into approximately equivalent source code so beware that you get the same functional thing back.
In Section
Meditations
|
|