in reply to Problem loading txt file into mysql
my $sql=qw(load data local infile 'temp.txt' into table t1 FIELDS TERM +INATED BY ',' OPTIONALLY ENCLOSED BY """",LINES TERMINATED BY "\r"); [download]
print $sql; exit; [download]