If you are running ActivePerl, XML::Parser is already installed for you. The PPM script in ActivePerl distribution needs it. Hence the module is bundled in the distribution.
For Unix, go to any CPAN archive. Or, visit <http://search.cpan.org/se
If you are directly connected to the Net, you can also use the CPAN module to install the module for you (provided you have necessary permissions). Just do at the command prompt:
perl -MCPAN -e shell
You will get the CPAN> prompt. If you are doing it for the fitst time, you will be asked a bunch of questions. After that at the CPAN> prompt,
CPAN> install XML::Parser
The module is downloaded and installed for you.
Type help at the prompt to see all the commands available in CPAN shell.
Main Topics
Browse All Topics





by: zxr250Posted on 1999-12-22 at 01:54:10ID: 2300000
Perhaps this will help you :
/ActivePer l/docs/lib /site/XML/ Parser.htm l
http://www.activestate.com
Regards