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 a handler that

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] wrote: [...] { # start a lexical scope my %d_cache

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 } end lexical scope %d_cache

Re: Perl/Perl 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 Perl $aha = 'var'; /Perl throws this error when trying to start Apache2 Syntax error on line 2 of