Re: $r and Registry(NG)* scripts

2001-03-14 Thread Daniel
Stas Bekman wrote: > On Tue, 13 Mar 2001, Daniel wrote: > > >> >> All scripts on site start with: use vars qw(%input $r); $r = Apache->request; This has worked fine...no complaints in log files...until I switched the handler from Registry to Registr

Re: $r and Registry(NG)* scripts

2001-03-13 Thread Stas Bekman
On Tue, 13 Mar 2001, Daniel wrote: > > > > >> All scripts on > >> site start with: > >> > >> use vars qw(%input $r); > >> $r = Apache->request; > >> > >> This has worked fine...no complaints in log files...until I switched the > >> handler from Registry to RegistryNG; > >> > >> Now I see occasion

Re: $r and Registry(NG)* scripts

2001-03-13 Thread Daniel
>> All scripts on >> site start with: >> >> use vars qw(%input $r); >> $r = Apache->request; >> >> This has worked fine...no complaints in log files...until I switched the >> handler from Registry to RegistryNG; >> >> Now I see occasional: >> Variable "$r" will not stay shared at /home/httpd

Re: $r and Registry(NG)* scripts

2001-03-12 Thread Stas Bekman
On Mon, 12 Mar 2001, Daniel wrote: > Just trying to get a consensus on people's usage of the apache request > object in Registry(NG)* scripts. > > I usually make the $r available as a global variable so I can use in > various subroutines without passing it around constantly. All scripts on > site