Help for this page

Select Code to Download


  1. or download this
       my $func = $dbh->prepare(q{
         BEGIN
           :rv := jb_function( parameter1_in => :parameter1);
       END;
      });