http://www.perlmonks.org?node_id=279951


in reply to •Re: Re: CGI versus CGI::* modules
in thread CGI versus CGI::* modules

I agree that CGI.pm is great for getting away from hand-rolled solutions. It may not be perfect, but you could do far, far worse.

Handling cookies is nice, but there again, other modules exist that handle that specifically. Sticky fields and XHTML aren't a concern for me, because I use templates extensiviely for any non-trivial CGI.

That's interesting about the dynamic loading, I didn't know about that.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated

  • Comment on Re: •Re: Re: CGI versus CGI::* modules