in reply to Re^2: Using Perl to create XML
in thread Using Perl to create XML

Debian provides it as a package, so I bet Ubuntu does too.

apt-get install libxml-dumper-perl

PS — The name of the language is Perl (renamed from "Pearl"), not PERL.

Replies are listed 'Best First'.
Re^4: Using Perl to create XML
by theophanie77 (Novice) on Apr 15, 2011 at 08:09 UTC
    Hi, Unfortunately, I am not authorized to add anything on the servers I work on. It is why I was searching for another way to produce XML output through Perl ( and not PERL ... ). Sorry Jean-michel

      If you're not allowed to put code from CPAN on the machine, you're surely not allowed to put code from PerlMonks either. Sorry that we can't help you.

      In case you misstated what you can or cannot do, keep in mind that one can install a module to any directory.