in reply to Use Storable for storing XML::LibXML object
Hi buff,
I'm not sure why you want to serialize the whole XML::LibXML thing. A XML file is a representation of structured data. So, would in not be enough to store the XML. As soon as you can load and parse the XML you have more or less the same state.
I'm really interested in the use case of serializing the whole thing.
Regards
McA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Use Storable for storing XML::LibXML object
by buff (Acolyte) on Jul 04, 2014 at 15:17 UTC |