Quote:
|
Originally Posted by Oleks
Hi Drunken Perl Coder,
The real perl script is doing a lot of calculations.
I just simplify example of my perl file in the first post.
So, I need to stick to perl script.
Any idea how to make this
form1 -> perl script ???-> form 2
business works?
Alex
|
Why not have your perl script print form2 in the browser? From your question, you are trying to use PHP methods while using perl. K.I.S.S.