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


in reply to Re^4: using a 'here' doc to build a web page
in thread using a 'here' doc to build a web page

You're right to want to avoid CGI for HTML generation, it's very clunky. If as you say this is yet to be written please consider Mojolicious::Lite rather than CGI. The learning curve is IMHO about equal, however learning the former will be more benificial to you.

  • Comment on Re^5: using a 'here' doc to build a web page