in reply to DBD::mysql driver and DELIMITER

I looked around and I saw syntax like:

$dbh->prepare("COPY $names TO ? WITH DELIMITER AS #");

Maybe mess with yours a bit using this as a starting point? It might be as simple as writing: "DELIMITER AS //"

Good luck!