Apache::Symbol-calling none-can('undef_functions')

2002-02-07 Thread Sreeji K Das
Hi The following perl -MDevel::Symdump -e '$t = Devel::Symdump-new(main); print $t-packages, \n;' in perl 5.6.1 returns none as one the packages ! Apache::Symbol (mod_perl-1.26) seems to call a 'can('undef_function..' on this values as a result, a fatal error is thrown ! I have done a 'next if

Re: Apache::Symbol-calling none-can('undef_functions')

2002-02-07 Thread Geoffrey Young
Sreeji K Das wrote: Hi The following perl -MDevel::Symdump -e '$t = Devel::Symdump-new(main); print $t-packages, \n;' in perl 5.6.1 returns none as one the packages ! Apache::Symbol (mod_perl-1.26) seems to call a 'can('undef_function..' on this values as a result, a fatal error is

Re: Apache::Symbol-calling none-can('undef_functions')

2002-02-07 Thread Jim Smith
On Thu, Feb 07, 2002 at 08:09:57AM -0500, Geoffrey Young wrote: Sreeji K Das wrote: Hi The following perl -MDevel::Symdump -e '$t = Devel::Symdump-new(main); print $t-packages, \n;' in perl 5.6.1 returns none as one the packages ! Apache::Symbol (mod_perl-1.26) seems to call a

Re: Apache::Symbol-calling none-can('undef_functions')

2002-02-07 Thread Geoffrey Young
Sreeji K Das wrote: Hi Well, it's only a small part of my big problem :-( I'm trying to get PerlFreshRestart working. I had been banging my head against it for almost 5 days I was thinking about preparing a small test case posting. Well I want apache to load all my perl stuff on

PerlFreshRestart (Was: Re: Apache::Symbol-calling none-can('undef_functions'))

2002-02-07 Thread Sreeji K Das
Hi True, I had already read that doc also the 'Namespace' collision docs. However, there's no name space collission in my scripts since: 1) The entire code with same config. works with old mod_perl+perl+apache combo. 2) The errors that I get are like 'Undefined subroutine