Hi
Its working with the Pure DBI code. But when I was trying to use : use DBIx::ProcedureCall qw(
Par_Reports_Pos:package:procedure
);
it could not be installed as I am using perl 5.6.1
Now my script takes a procedure name and accordingly executes it. Is there a way that the prepare statement can take any procedure name from the command line and execute it.
Thanks