Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: converting txt to csv and formatting

by Jim (Curate)
on Jul 06, 2014 at 02:06 UTC ( [id://1092419]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        "Jacobs, April","750.467.9582","quam.quis@sedhendrerit.org"
        "Mays, Martena","870.348.1974","sollicitudin@nonummyFusce.org"
        "McNeil, Brennan","289.527.6151","lobortis@nisl.com"
        "Sexton, Melvin ""The Copymeister""","599.927.5337","in.felis@vari
    +us.com"
        "Blackburn, Prescott","661.589.1228","sed@egetlaoreetposuere.edu"
    
  2. or download this
        for (@client_values) {
            s/(?=")/"/g;
    ...
        }
    
        my $client_record = join ',', @client_values;
    
  3. or download this
        print "$client_record\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-20 06:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found