Re: inline mod_perl - is this possible?

2003-03-19 Thread Thomas Klausner
Hi! On Wed, Mar 19, 2003 at 03:55:20AM -0800, www.ReadNotify.com wrote: I want to do this (serverside of course); is it possible? html I am running !#perl print $ENV{MOD_PERL}; print process ID $$; /!#perl on Apache!! /html What modules/config/etc do I need to set up? There are

Re: inline mod_perl - is this possible?

2003-03-19 Thread Randal L. Schwartz
www == www ReadNotify com [EMAIL PROTECTED] writes: www html www I am running www !#perl www print $ENV{MOD_PERL}; www print process ID $$; www /!#perl www on Apache!! www /html www What modules/config/etc do I need to set up? Either Mason or Template Toolkit would probably do. I prefer the

Re: inline mod_perl - is this possible?

2003-03-19 Thread Helmut Zeilinger
Hi, Apache::ASP also works very fine: http://www.apache-asp.org/ Helmut --On Wednesday, March 19, 2003 03:55:20 -0800 www.ReadNotify.com [EMAIL PROTECTED] wrote: Hi, I want to do this (serverside of course); is it possible? html I am running !#perl print $ENV{MOD_PERL}; print process ID $$;