View Single Post
  #4 (permalink)  
Old 10-17-06, 03:54 PM
curbview.com's Avatar
curbview.com curbview.com is offline
Junior Code Guru
 
Join Date: May 2006
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
Why not this?

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.
Reply With Quote