Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: XML::Simple / XMLout Question

by hdb (Monsignor)
on Aug 25, 2017 at 07:56 UTC ( [id://1197992]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                        }]
                };
    print XMLout($xml,RootName => "root");
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $xml;
    push @{$xml->{"source"}}, { abc => $abc };
    print XMLout($xml,RootName => "root");
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197992]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-03-29 14:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found