I am trying to use Perl to call a packaged stored procedure that returns a PL/SQL array (PL/SQL table). Is there anything special I need to do with bind_param_inout to have it populate my perl array?
Anyway I tried ora_type=>ORS_RSET but which only works for ref cursors not with PL/SQL tables. Thanks Sudhahar
