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

Please illustrate with example where a Stored procedure takes input parameters and out output parameters and returns a result set back.
  • Comment on How can I excute a sybase stored procedure using perl ?

Replies are listed 'Best First'.
Re: How can I excute a sybase stored procedure using perl ?
by lachoy (Parson) on Mar 04, 2001 at 08:26 UTC
    Please read the DBD::Sybase documentation. It includes an example of EXACTLY what you ask for. (Hint: go to the section titled "Retrieving OUTPUT parameters from stored procedures")