in reply to Modules that do Less

Regarding CGI::Appplication and HTML::Template, in a recent version of the module, the code was updated to "require" HTML::Template when you called load_tmpl() rather than "use" it all the time. That function is just a convenience hook-- You can use any other templating system with CGI::App without fear of penalty. Personally I prefer HTML::Template. :)

-mark

Replies are listed 'Best First'.
Re: Re: Modules that do Less
by AidanLee (Chaplain) on Jul 18, 2001 at 09:49 UTC
    Hehe, I know about the update. I was the one who proposed it and presented Jesse with the patch :)
      I suppose I would have noticed if I knew AidanLee == Stephen Howard. Now we know. :)

      -mark