in reply to Re: Developing a Suite of CGI applications
in thread Developing a Suite of CGI applications

Mason looks interesting, but I'm looking for something with less learning curve and infrastructure. Ideally, I'd like to be able to turn over parts of it to other programmers who will be relative Perl newbies.

This is why I'm attracted by CGI::Application. I'm also leaning toward HTML::Template. Looks like this combination is fairly simple and has been used together a lot, which means I can count on lots of examples and help.

One question about templating systems I have. Is anyone aware of templates that can be maintained with standard WYSIWYG HTML editors like FrontPage? We have some FrontPage users in our group. If they could maintain the templates with no help or interaction from me, that'd be a big plus. Of course, they would have to interact with the CGI programmer on the characteristics of form inputs.

  • Comment on Re: Re: Developing a Suite of CGI applications

Replies are listed 'Best First'.
Re: Re: Re: Developing a Suite of CGI applications
by chanio (Priest) on Dec 26, 2003 at 03:51 UTC
    Yes, I edit the .tmpl files with FP very easyly.

    There is a good CGI::Application howto - tutorial - slide show with a clear example (and no it's not the Search Form example) completely developed and explained here: http://uniforum.chi.il.us/slides/cgiapplication/ . It deserves a look. It helps a lot for getting started. And the modules it uses are PerlMonk compatibles ;) .