in reply to Using Perl to create XML

why don't use XML::Dumper?

Replies are listed 'Best First'.
Re^2: Using Perl to create XML
by theophanie77 (Novice) on Apr 14, 2011 at 18:05 UTC
    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

      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