in reply to Can the same script create a form and then process the form's contents on Submit?

I haven't had a chance to try this, but it looks interesting. CGI::Application. What I gather is that it allows you to display multiple pages within the same application - which means you could have persistent variables throughout your program.
Rich36
There's more than one way to screw it up...

  • Comment on Re: Can the same script create a form and then process the form's contents on Submit?

Replies are listed 'Best First'.
Re: Re: Can the same script create a form and then process the form's contents on Submit?
by kwoff (Friar) on Nov 15, 2001 at 21:31 UTC
    I like the idea of combining CGI::Application with HTML::Template that they mentioned at the bottom. I wonder how CGI::Application does handling error pages. Slap it into Apache::Registry, and this could be slick indeed.