in reply to Fastest XML Parser for BIG files
If you want high performance: XML::Parser If you want relatively easy, memory efficient parsing of huge files: XML::Twig If you want easy-to-implement for small files: XML::Simple If you want to have a bad deal: XML::Smart
|
---|