Search notes:

Perl module Parse::CSV

A CSV parser for large files.
use warnings;
use strict;

use Parse::CSV;

my $parser = Parse::CSV->new(file => 'data.csv', csv_attr => {sep_char => ",", quote_char=>"'"}) or die;

while (my $row = $parser -> fetch) {
  printf "%-5s %-5s %-5s\n", @$row;
}
Github repository PerlModules, path: /Parse/CSV/script.pl

See also

Text::CSV, DBD::CSV
Perl modules

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1758193900, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/modules/Parse/CSV/index(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78