in reply to Mixing POST and GET with CGI::Application

I do lots of Web development, and while there are some snazzy newer frameworks out there, I use CGI::Application exclusively and come up with my own "framework" using C::A as a base. Take a look at the plugins, they're big code/time savers. C::A works beautifully with HTML::Template.

Shameless plug, but seriously, this might help you get acclimated. It's based on lots of experimenting.

—Brad
"The important work of moving the world forward does not wait to be done by perfect men." George Eliot
  • Comment on Re: Mixing POST and GET with CGI::Application