[Parseperl-discuss] PPI + Storable = ?
Brought to you by:
adamkennedy
From: Johan L. <jo...@Da...> - 2005-07-07 23:09:17
|
I'm trying to cache parsed PPI::Document objects by serializing them with Storable, but I see strange things. The objects before/after look the same, but e.g. a $node->statement doesn't work with the thawed object. Is there any known reason it wouldn't "just work" to freeze/thaw a PPI::Document with it's nodes etc? /J |