Installing XML
Friday, 11 July 2003 13:28Right, so I'm supposed to be learning something about XML, and I'm reading a book about it. That book has a couple of examples in Java at the point where I'm at right now (explaining SAX), and I wanted to try to get them to work with Perl.
I had installed a bunch of XML modules already yesterday with PPM, including XML::SAX and XML::SAX::Expat, so I tried to get this working.