< Previous | Contents | Next >
6.41.1. Installation of XML::Parser
Prepare XML::Parser for compilation:
perl Makefile.PL
perl Makefile.PL
Compile the package:
make
make
To test the results, issue:
make test
make test
Install the package:
make install
make install