I\'m creating a set of SQL INSERT statements for a database that doesn\'t exist yet, and I\'m saving them to file.
INSERT
How can I use Perl\'s powerful DBI m
You can also use:
DBD::_::db->quote()
To access the quote function without setting up a database handle. I don't believe it is specific to MySQL though.