Re: Deep recursion on subroutine Apache::Constants::AUTOLOAD

2000-04-25 Thread Doug MacEachern
On Fri, 21 Apr 2000, Martin Lichtin wrote: Anyone understand why perl -we 'use Apache::Constants; Apache::Constants::OK();' causes this problem? what version of mod_perl are you using? from the command line you should get this error: % perl -we 'use Apache::Constants;

Re: Deep recursion on subroutine Apache::Constants::AUTOLOAD

2000-04-25 Thread Martin Lichtin
Doug MacEachern wrote: Anyone understand why perl -we 'use Apache::Constants; Apache::Constants::OK();' causes this problem? what version of mod_perl are you using? ' mod_perl 1.21, perl 5.00503

Re: Deep recursion on subroutine Apache::Constants::AUTOLOAD

2000-04-25 Thread Elizabeth Mattijsen
At 12:59 4/25/00 -0600, Martin Lichtin wrote: Doug MacEachern wrote: Anyone understand why perl -we 'use Apache::Constants; Apache::Constants::OK();' causes this problem? what version of mod_perl are you using? ' mod_perl 1.21, perl 5.00503 This reminds me of a problem that we had

Re: Deep recursion on subroutine Apache::Constants::AUTOLOAD

2000-04-25 Thread Doug MacEachern
On Tue, 25 Apr 2000, Martin Lichtin wrote: Doug MacEachern wrote: Anyone understand why perl -we 'use Apache::Constants; Apache::Constants::OK();' causes this problem? what version of mod_perl are you using? ' mod_perl 1.21, perl 5.00503 ok, well, i don't understand why

Deep recursion on subroutine Apache::Constants::AUTOLOAD

2000-04-21 Thread Martin Lichtin
Anyone understand why perl -we 'use Apache::Constants; Apache::Constants::OK();' causes this problem?