Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Text::CSV_XS and encoding

by PeterKaagman (Sexton)
on Sep 16, 2018 at 14:40 UTC ( [id://1222464]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Naam,Adres,Woonplaats
    Peter,Liër,ôlsten
    
  2. or download this
    #! /usr/bin/perl -w
    
    ...
    close $FH;
    
    print Dumper($aoh);
    
  3. or download this
    $VAR1 = [
              {
    ...
                'Naam' => 'Peter'
              }
            ];
    
  4. or download this
    # CSV_XS ERROR: 1000 - INI - Unknown attribute 'detect_bom' @ rec 0 po
    +s 0
    INI - Unknown attribute 'detect_bom' at ./parse.pl line 12.
    
    shell returned 25
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (4)
As of 2024-04-18 04:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found