Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Writing Out XML using XML::Simple

by Anonymous Monk
on Apr 07, 2003 at 11:23 UTC ( [id://248561]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <profile username="Tom" language="eng" lastlogin="">
      <bids>
    ...
        <itemcode>3758678576</itemcode>
      </itemwatch>
    </profile>
    
  2. or download this
    #!c:\perl\bin\perl -w
    
    ...
    foreach (@{$config->{bids}->{itemcode}}) {
      print $_, "<br/>";
    }
    
  3. or download this
    push @{$config->{bids}->{itemcode}}, 'newcode43545';
    
    ...
    
    XMLout($config);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-28 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found