Re: Starting out with mod_perl

2003-12-16 Thread Randy Kobes
On Tue, 16 Dec 2003, Thomas Klausner wrote: > Hi! > > On Tue, Dec 16, 2003 at 12:36:43PM -0800, Maurice Height wrote: > > > I am coding a web application using lots of Perl modules > > including Class::DBI, Text::MagicTemplate, CGI::Session > > and CGI::Application via ActivePerl v5.8.1.807. My c

Re: Starting out with mod_perl

2003-12-16 Thread Thomas Klausner
Hi! On Tue, Dec 16, 2003 at 12:36:43PM -0800, Maurice Height wrote: > I am coding a web application using lots of Perl modules including > Class::DBI, Text::MagicTemplate, CGI::Session and CGI::Application via > ActivePerl v5.8.1.807. My code has to run on both Win2K and WinXP together > .. > Sh

Starting out with mod_perl

2003-12-15 Thread Maurice Height
Hi All I am coding a web application using lots of Perl modules including Class::DBI, Text::MagicTemplate, CGI::Session and CGI::Application via ActivePerl v5.8.1.807. My code has to run on both Win2K and WinXP together with Apache v2.0.48 and mysql. All my responses are generated via Text::Magi