in reply to have cgi send data back to form on error

I would like to mention HTML::FillInForm.
  • Comment on Re: have cgi send data back to form on error

Replies are listed 'Best First'.
Re^2: have cgi send data back to form on error
by Nevtlathiel (Friar) on Feb 11, 2005 at 14:06 UTC
    If you have use CGI.pm to generate the form and then check it with the same script, you can set the form's submit action to self_url. If there are problems with the user input, you can then just print the form again and the previous input will be in there automatically.

    :)