Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^3: DBD::CSV - how to I coax it to read BOM prefixed files?

by afoken (Chancellor)
on Jun 09, 2017 at 20:28 UTC ( [id://1192444]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use DBD::CSV ();
    use if $DBD::CSV::VERSION < 0.50, File::BOM => ();
    ...
            )
        }
    );
    
  2. or download this
    #!/usr/bin/perl
    
    ...
            say join(",",@a);
    }
    $sth->finish();
    

Log In?
Username:
Password:

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

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

    No recent polls found