Re: mod_perl: How pass variables (objects) from page to page?

2005-11-15 Thread David Baird
On 11/15/05, Leo Lapworth <[EMAIL PROTECTED]> wrote: > > On 15 Nov 2005, at 11:35, John Doe wrote: > >>> Hope it's not a stupid question, but are you sure %d_cache > >>> survives a > >>> request? Maybe I'm totally misunderstanding something but I > >>> thought after > >>> the point > >>> > >>> } en

Re: mod_perl: How pass variables (objects) from page to page?

2005-11-15 Thread David Baird
On 11/15/05, John Doe <[EMAIL PROTECTED]> wrote: > David Baird am Dienstag, 15. November 2005 11.07: > > On 11/15/05, John Doe <[EMAIL PROTECTED]> wrote: > > > Jeremy Nixon am Dienstag, 15. November 2005 08.06: > > > > Peter1 Alvin <[EMAIL PROTECTED

Re: mod_perl: How pass variables (objects) from page to page?

2005-11-15 Thread David Baird
On 11/15/05, John Doe <[EMAIL PROTECTED]> wrote: > Jeremy Nixon am Dienstag, 15. November 2005 08.06: > > Peter1 Alvin <[EMAIL PROTECTED]> wrote: > > > Please tell me I can do this! > > > > > > Using mod_perl, how do you keep Perl objects in RAM from page to page? > [...] > > As an example, I have

Re: problems

2005-10-15 Thread David Baird
On 10/15/05, Risanecek <[EMAIL PROTECTED]> wrote: > Hi, > > trying to do my vhosts configurations with perl. No luck so far: > > config: Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7 > > a simple > > > $aha = 'var'; > > > throws this error when trying to start Apache2 > > Syntax error on line 2 of /o

Re: Adding Directives At Runtime

2005-08-18 Thread David Baird
On 8/16/05, Christopher H. Laco <[EMAIL PROTECTED]> wrote: > Philippe M. Chiasson wrote: > > A sample example of what I _think_ you are trying to do would look like: > > > > > > PerlModule Catalyst > > > > > > > > package Catalyst; > > use Apache2::ServerUtil qw(); > > > > [... figure out where/

Re: is there a templating system that....

2005-08-12 Thread David Baird
> On 8/12/05, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-08-12 at 15:45 -0500, David Nicol wrote: > > > my $output = $TemplateCache{$template_name}; > > > $output =~ s/\[(\w+)\]/$InsertableVariables{$1}/g; > > > print $output; > > > > The second it gets more complex t