in reply to Re: Input output binding using DBI
in thread Input output binding using DBI

Thanks for your reply. I had missed the required stored procedure call code. I have corrected that. Even after changing according to your advice I get the error as "bind_param_inout needs a reference to a scalar value at storedproc.pl line 23."

Replies are listed 'Best First'.
Re^3: Input output binding using DBI
by mifflin (Curate) on Apr 06, 2005 at 01:50 UTC
    Note the difference between your bind_param_inout calls and mine. See the backslash before the variable names in mine? That says "pass a reference to this variable", not the varable itself.