joec_ has asked for the wisdom of the Perl Monks concerning the following question:
Hi
I have a function call in PLSQL that looks like
The function should return the number 115. When i try this codebegin :value = myFunction(1,2,3); end;
I get a funny symbol.$sth->bind_param_inout(":value",\$val,0,{ora_type=ORA_NUMBER}) $sth->execute; print $val;
I am obviously missing something ... Any ideas?
Thanks--Joe
-----
Eschew obfuscation, espouse elucidation!
|
|---|