On Sat, 15 Jan 2005 08:10:30 +0200, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Hi, > > I want to create a site which will use TT2 and mod_perl. > > Can you tell me if the modules CGI::Session or CGI::Application can be used > well with TT2 and mod_perl, or there are other modules that are easier to > use with TT for creating sessions, setting or getting cookies...?
All of the modules you list work very well together. CGI::Application uses HTML::Template by default, but you can use CGI::Application::Plugin::TT to give you easy access to Template Toolkit from within your apps. As for sessions, check out CGI::Application::Plugin::Session to automatically give you CGI::Session support in CGI::Application. There is also an Apache plugin for CGI::Application that makes integration into mod_perl a cinch. Of course this is perl, so there are many other alternatives as well... Cheers, Cees _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
