Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

csv to xml

by vavz (Initiate)
on Aug 05, 2016 at 20:00 UTC ( [id://1169224]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Name,Company,Email,Phone
    A,X,a.x@aol.com,1111
    B,Y,b.y@aol.com,0
    C,Z,c.z@aol.com,2222
    
  2. or download this
    use strict;
    use warnings;
    ...
    }
    return \@hashArry, \@ke;
    }
    
  3. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <row>
    ...
          <Company>Z</Company>
          <Phone>2222</Phone>
    </row>
    
  4. or download this
    <?xml version="1.0"?>
    <!DOCTYPE reference PUBLIC "-/EN" "reference.dtd">
    ...
         </section> 
      </refbody> 
    </reference>
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-26 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found