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


in reply to DbiFunc.pm -- DBI wrapper

The checking for SELECT, UPDATE, INSERT, DELETE limits your code to pure SQL, and will not let the user execute stored procedures via your wrapper. This makes it less useful for users of Sybase, MS-SQL, and possibly other RDBMS engines that support stored procedures of some form.

Michael