Details on this package are located in Section 10.85.2, “Contents of XML::Parser.”
XML::Parser is a perl module for parsing XML documents.
Prepare XML::Parser for compilation:
USE_ARCH=32 perl Makefile.PL
Compile the package:
make
To test the results, issue:
make test
Install the package:
make install
Details on this package are located in Section 10.85.2, “Contents of XML::Parser.”