Hi list, I have a sql package which returns a value after execution. I figured out that, when calling this package from Perl, I need a bind parameter (http://search.cpan.org/~timb/DBI-1.615/DBI.pm#bind_param_inout) that this return can be saved into so that I can use it afterwards in my Perl program. Is my assumption correct? If so, could please somebody explain to me how to do that? I read the passage from the above URL again and again but I just don't get it :-/ What is $p_num? What is the \$bind_value? And of which unit is $max_len?
Thanks in advance! Kind regards, Nora