From: Peter Brawley Date: January 11 2005 2:42am Subject: Re: Stored Procedure for advance reporting List-Archive: http://lists.mysql.com/mysql/178281 Message-Id: <41E33D0B.2050603@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From 5.0.1 you can write database-specific stored procs but the language is SQL not Perl, see http://dev.mysql.com/doc/mysql/en/Stored_Procedures.html. PB sam wrote: > Hi, > > Can anyone tell me where I can download examples for creating Stored > Procedure in perl DBI? > It seems that I can't create advance reporting with basic operations > (select, create) in perl dbi, so I m looking for whether Stored Proc > in MySQL can solve my problem. > > Thanks > Sam >