A Perl extension to make database stored procedures look like Perl subroutines. When developing applications for a database that supports stored procedures, it is a good idea to put all your database access code right into the database.. This module provides a convenient way to call stored procedures from Perl by creating wrapper subroutines that produce the necessary SQL statements, bind parameters and run the query. More