http://www.perlmonks.org?node_id=208037


in reply to Re: Re: writing to a database
in thread writing to a database

DBI will let you run any valid SQL statement (INSERT, UPDATE,SELECT, DROP, TRUNCATE, etc ...). It is the best loader aside fomr naitive loading protocols (like BCP for Sybase).
from the frivolous to the serious