in reply to
trying to execute "LOAD DATA INFILE" using DBI::Mysql
Yes, you can use LOAD DATA INFILE the same as you would any other SQL statement from perl. It is much faster than any other way of loading data.
Comment on
Re: trying to execute "LOAD DATA INFILE" using DBI::Mysql
In Section
Seekers of Perl Wisdom