Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Porting (old) code to something else

by Tux (Canon)
on Feb 16, 2015 at 14:41 UTC ( [id://1116877]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $csv->parse (qq{"foo",,bar,1,3.14,""\r\n"more data});
    
  2. or download this
    $csv->escape_char ("+");
    $csv->parse ("+");
    $csv->parse ("+a");
    $csv->parse ("+\n");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-24 09:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found