Forms in a Perl script - Please help!

They have: 10 posts

Joined: Jun 1999

Whenever I do a form to work with a Perl script I made it in a html file and then put the processor in the perl file. But I would like to make the Perl script hold the form and the processor for the form. I tried it before but it didn't work. I was wondering if anyone could give me some tips. Thanks!

They have: 2,390 posts

Joined: Nov 1998

Let me just see if I know what you mean....
You normally put the form elements in the .html file and send the info to a .cgi script which would 'process' it and send you the info by email.

You now want to have all the form elements + CGI script in a .cgi scrip (why?) presumable called by SSI.

Am I on the right track?
JP

----------
The Webmaster Promotion and Resource Center.
http://www.what-next.com

They have: 10 posts

Joined: Jun 1999

Yeah, that's right. I took a poll and it seems like people don't like programs that use a lot of files. So I'm trying to reduce the number of files.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.