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
ds->{name}; # Show confirmation screen print $form->confirm(header => 1); } else { # Print out the form print $form->render(header => 1); } -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 9:

Form creation and parsing

2003-10-09 Thread [EMAIL PROTECTED]
Hi, I'm quite new to Perl scripting, so any help could be really most valuable. I'm trying to write a Perl script which creates a Form (I know how to create a form with HTML or Php), and after the user has compiled the form and pressed the submit button, the same script should parse the input and s