Use system call something like this opt/lib/mysql/bin/mysql -h <host ip> -P <port> -u <user> < call_storted_procedure.sql
where in call_storted_procedure.sql add the following: CALL sp_name() $$ On Tue, Jul 9, 2013 at 4:14 PM, eran meiri <[email protected]> wrote: > Hi to all, > Does any one has a clue to how I can activate a stored procedure without > using DBI? > It is a an old unix OS and it is a problem to install new modules. > > Many thanks > > _______________________________________________ > Perl mailing list > [email protected] > http://mail.perl.org.il/mailman/listinfo/perl > -- =================== ---- Chanan Berler ---- ===================
_______________________________________________ Perl mailing list [email protected] http://mail.perl.org.il/mailman/listinfo/perl
