![]() |
![]()
| ![]() |
![]()
NAMEData::DumpXML::Parser - Restore data dumped by Data::DumpXML SYNOPSISuse Data::DumpXML::Parser; my $p = Data::DumpXML::Parser->new; my $data = $p->parsefile(shift || "test.xml"); DESCRIPTION"Data::DumpXML::Parser" is an "XML::Parser" subclass that can recreate the data structure from an XML document produced by "Data::DumpXML". The parserfile() method returns a reference to an array of the values dumped. The constructor method new() takes a single additional argument to that of "XML::Parser":
SEE ALSOData::DumpXML, XML::Parser AUTHORCopyright 2001 Gisle Aas. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|