Quote:
|
Originally Posted by Drunken Perl Coder
You probably want to consider using javascript if the data being processed in form1 and entered into form2 is nothing that needs to be done on the server.
|
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