Quote:
|
Originally Posted by Drunken Perl Coder
a simple example based on your simple example:
The script prints the forms instead of trying to use a static html page. This is much simpler than what you propose unless you switched to PHP.
|
Hi
Drunken Perl Coder,
Thank you for your help.
But ….
In your example, perl file will run first until the end of the script and will not wait for data entering in Form 1. Only after this first run user will be able to enter something into the form 1.
How to solve this.
Try this code and you will see my point.