Hello Everyone!
I have been writing perl programs for about 6 months (so I'm still new to perl) on Unix. A client of mine decided to go NT with Lotus Domino, they installed active state perl on thier server. The program should work as follows:
1. enter the infor required on the form page, hit submit
2. User gets a response page acknowledging the form entry
3. user returns to the previous page & continues surfing.
4. An email is sent to the company with all the input fields that the user entered.
So, of course I had to change the mail protocol, but the script is no longer working correctly. Once you enter the info on the form & hit submit, you get a 404 error page, but in the address (url) of the browser is the .pl - if you highlight this & hit enter you will get the response page and an email wil be sent - but both the email & response are not carrying any of the information that the user enters from the form entry.
Is their something unique with perl on nt/domino?
Is the parsing different ?
Please assist - as I am ready to put my head through the monitor or use the desktop as a boat anchor!!!!
thanks!
I have been writing perl programs for about 6 months (so I'm still new to perl) on Unix. A client of mine decided to go NT with Lotus Domino, they installed active state perl on thier server. The program should work as follows:
1. enter the infor required on the form page, hit submit
2. User gets a response page acknowledging the form entry
3. user returns to the previous page & continues surfing.
4. An email is sent to the company with all the input fields that the user entered.
So, of course I had to change the mail protocol, but the script is no longer working correctly. Once you enter the info on the form & hit submit, you get a 404 error page, but in the address (url) of the browser is the .pl - if you highlight this & hit enter you will get the response page and an email wil be sent - but both the email & response are not carrying any of the information that the user enters from the form entry.
Is their something unique with perl on nt/domino?
Is the parsing different ?
Please assist - as I am ready to put my head through the monitor or use the desktop as a boat anchor!!!!
thanks!