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

Hi Arwa, Sure, it would be better for me to use this kind of tool. But it is not installed on my PC ( Ubuntu 10.10 ). Being a beginner, I wonder if I can download it on the web and install it directly in my PERL modules directories or do I need to use CPAN ? Thanks Jean-michel

Replies are listed 'Best First'.
Re^3: Using Perl to create XML
by ikegami (Patriarch) on Apr 14, 2011 at 18:24 UTC

    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.

      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.