On Thu, Oct 09, 2003 at 04:15:41PM +0200, [EMAIL PROTECTED] wrote: > 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 show the user an HTML > page with the elaboration of the input the user has inserted. > Thanks to anyone who can help me.
For starters, if you haven't already, read `perldoc CGI`. After that, I'd recommend two other modules which I've found myself becoming excedingly attached to, CGI::Session and HTML::Template. They may have a slightly steep learning curve if you're new to perl, but the time savings should make it well worth the effort. -- ===================== Shaun Fryer ===================== http://sourcery.ca/ ph: 905-529-0591 ===================== Science is like sex: occasionally something useful comes out of it, but that's not why we do it. -: Richard Feynmann -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]