Re: Form creation and parsing

2003-10-14 Thread paolo . libardi
Hi everyone, I've been able to write down a script (thanks to all your hints, and some other things I've found on the Net). Actually my Perl script works right when I use it alone, loading it in a browser window, the first time it displays the form, and after the user presses the Submit button, the

RE: Form creation and parsing

2003-10-10 Thread Jonathan E. Hogue
ROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 7:17 AM To: beginners-cgi Subject: Re: Form creation and parsing Thanks for your hints, I've tried to use the script from Jonathan (I've just received the scripts from zentara), but I got an error in this line: use CGI::FormB

Re: Form creation and parsing

2003-10-10 Thread [EMAIL PROTECTED]
Thanks for your hints, I've tried to use the script from Jonathan (I've just received the scripts from zentara), but I got an error in this line: use CGI::FormBuilder; I think I miss some package. Is this right? I use Debian Linux, does anyone know which package do I have to install? Thanks alot! P

RE: Form creation and parsing

2003-10-09 Thread Jonathan E. Hogue
This will create the form for you, including client side javascript for validation. It will also do the server side validation. It will set itself as the submit, and return a confirmation screen. It's all of 18 lines, that's less than it would take to write the HTML form itself. Look at http://sear