Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^5: Peculiar Reference To U+00FE In Text::CSV_XS Documentation

by Tux (Canon)
on Dec 10, 2012 at 07:56 UTC ( [id://1008062]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $csv = Text::CSV_XS->new ({
        sep_char    => "\x{14}",
    ...
        tr/\x{ae}/\n/ for @$row;
        # continue as usual
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-19 20:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found