$dbs=$dbh->prepare("LOAD DATA INFILE 'foo.txt' INTO TABLE foo"); $dbs->execute;