in reply to
Running stored procedure through perl script
using
use strict;
and
use warnings;
would probably be a good idea too...
Update
:
At the very least,
$Param1
appears to be undefined, and you are passing its vaue to
$oSP->{'@Param1'}
...
Comment on
Re: Running stored procedure through perl script
Select
or
Download
Code
In Section
Seekers of Perl Wisdom