in reply to DBI Multidimensional array

Although it isn't directly supported in DBI, some SQL Systems support the use of the 'COPY' directive which permits you to insert multiple rows of data with a single query. Its supposed to be more efficient than doing a bunch of inserts iteratively. If the database you are using supports this, you may want to look into it.