Help for this page
# where MyApp::DBIx is a sub-class of DBIx::Simple, my $csv = Text::CSV->new({ binary => 1 }); ... $db->query($sql, @{$row}); }
LOAD DATA INFILE '/path/to/import.dat' INTO TABLE `mytbl`;