Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks.... can i know how could i connect to db and excute a sql query . how do i will be able to use PROCEDURE in perl programing.

Replies are listed 'Best First'.
Re: SQL query execution in PERl
by marto (Cardinal) on Jan 09, 2009 at 09:28 UTC
Re: SQL query execution in PERl
by ikegami (Patriarch) on Jan 09, 2009 at 06:06 UTC
    DBI will gladly send all kinds of SQL statements to the database.