in reply to Help required installing LibXML Parser

perl -MCPAN -e shell And then type install XML::LibXML

If CPAN is not working for you, you can still download the packages and install them, usually with

perl Makefile.PL make make test make install

Just copying the files won't work, unless the modules are pure perl.

Replies are listed 'Best First'.
Re^2: Help required installing LibXML Parser
by KarthikK (Sexton) on Dec 19, 2007 at 14:29 UTC
    Thanks. But i use CQPERL and i dont think this technique would work :-(
      So you didn't even try?
        Tried. No luck unfortunately :-(