in reply to CGI::AppEasy - a quick way to give your perl program a web-based user interface

You seem to be developing something along the lines of webpy. Are you aware of that?

The mantra of every experienced web application developer is the same: thou shalt separate business logic from display. Ironically, almost all template engines allow violation of this separation principle, which is the very impetus for HTML template engine development.

-- Terence Parr, "Enforcing Strict Model View Separation in Template Engines"

  • Comment on Re: WebGUI::Easy - a quick way to give your perl program a web-based user interface

Replies are listed 'Best First'.
Re^2: WebGUI::Easy - a quick way to give your perl program a web-based user interface
by jdporter (Paladin) on Apr 15, 2010 at 15:40 UTC

    Negative. I don't follow the goings-on in the world of Python. But thanks for the tip!