http://qs321.pair.com?node_id=1031933


in reply to CGI.pm and HTML5

Generating a web page with CGI is kinda like assembling a bookshelf by gluing chopsticks together. Yes, you get there, but you spend too much effort dealing with tiny details.

Take a look at Catalyst, Dancer, Mojolicious, which greatly simplify the process of generating a set of pages for a website, including templating, common elements, authorization, and so on.

As Occam said: Entia non sunt multiplicanda praeter necessitatem.