Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

XML::Simple Output

by batkins (Chaplain)
on Nov 19, 2003 at 00:24 UTC ( [id://308198]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use XML::Simple;
    
    ...
    $res = XMLout($xml);
    
    print $res;
    
  2. or download this
    <config>
    <core>
        <variable>ere</variable>
    </core>
    </config>
    
  3. or download this
    <opt>
      <core test="testeroo" variable="ere" />
    </opt>
    
  4. or download this
    <opt>
      <core>
    ...
        <variable>ere</variable>
      </core>
    </opt>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://308198]
Approved by Itatsumaki
Front-paged by broquaint
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 21:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found