RE: Apache::Registry - END Block not being called when script reloaded

2001-01-15 Thread Geoffrey Young
> -Original Message- > From: Geoffrey Young > Sent: Monday, January 15, 2001 8:57 AM > To: 'Chris D'Annunzio'; [EMAIL PROTECTED] > Subject: RE: Apache::Registry - END Block not being called when script > reloaded > > I am unable to reproduce th

RE: Apache::Registry - END Block not being called when script reloaded

2001-01-15 Thread Geoffrey Young
> -Original Message- > From: Chris D'Annunzio [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 12, 2001 3:25 PM > To: [EMAIL PROTECTED] > Subject: Apache::Registry - END Block not being called when script > reloaded > [snip] > The usual behavior for Apache::Registry is to explicitl

RE: Apache::Registry - END Block not being called when script reloaded

2001-01-12 Thread Wenzhong Tang
Hi folks, I am running a CGI script under Apache/mod_perl using Apache::PerlRun. I constantly got warning messaegs similiar to the one showing below: [Thu Jan 11 18:45:49 2001] null: Prototype mismatch: sub Apache::ROOT::login_2ecgi::gettimeofday () vs none at /usr/lib/perl5/site_perl/5.005/i38

Re: Apache::Registry - END Block not being called when script reloaded

2001-01-12 Thread Chris D'Annunzio
Actually, upon further investigation I found that it is in fact all subsequent requests the the END block is not called. You can recreate the anomaly with the following module and script: Foo.pm: --- package Foo; END{