I have a webpage that accepts user input; it is initially processed by a Perl program. From that Perl program, I need to pass variables to an Oracle PL/SQL procedure. How? I reviewed several books and online sources and have tried anything that looks similar to what I want to do, but nothing has worked so far. From O'Reilly's "CGI Programming" book, I found out that there is CGI gateway to Oracle, called oraperl, but the PL/SQL procedure is already written and debugged so I want to use it, not install/configure oraperl and then rewrite/debug the program.