Is it possible to use Haml instead of a templating engine with the Catalyst web framework?
I am building a Web interface to monitor an embedded system. I have built a Perl script which runs remote commands and gathers output from that system. Now what I need is a Web interface which makes ...