in reply to Re^2: Latex to XML
in thread Latex to XML

Hmmm ... if you're struggling to install standard modules, you'd best go to the basic documentation on How to install CPAN modules and use that to help you install the prerequisits It assumes that you have these 2 xml libraries on your system, libxml2 and libxslt. These libraries are not perl. You will need to install them if they are not already on your system.

perl -e 'print qq(Just another Perl Hacker\n)' # where's the irony switch?