in reply to Re: use CGI and die;
in thread use CGI and die;

I'll upvote you and reply here. If you have *ever*, ever, ever found yourself writing something like:

if ($query->param('foo') eq "bar") { do this } elsif ($query->param('foo') eq "mynameisdave") { do something completly stupid } else { ...

Then *STOP* now and start using CGI::Application. It's the best thing since nutella on that thick bread your mum used to make and should be used at all times for any CGI application that used multiple form, pages, or any other kind of multiple foo application.

Try it, then slate me for saying it if you don't like it. But you like that nutella, so come on, I must be right, right?

Over and out.

- wil