$VAR1 = { 'campaign' => { 'menuid' => '10118', 'action' => 0, 'phonenumbers' => [ { 'phonenumber' => { 'number' => '9163723752' } }, { 'phonenumber' => { 'number' => '9166413900' } } ] } }; #### #### #### print Dumper $xml_hash; my $xml_obj = XML::Simple->new( Keeproot => 1, ForceArray => 1); my $xmlo = $xml_obj->XMLout( $xml_hash ); print $xmlo;
## ##
## print Dumper $xml_hash; my $xml_obj = XML::Simple->new( Keeproot => 1, ForceArray => 1); my $xmlo = $xml_obj->XMLout( $xml_hash ); print $xmlo;