On Tue, 16 Apr 2002, Perrin Harkins wrote: > Strange, that works for me. I do it like this: > <Perl> > use Apache::DProf; > use Apache::DB; > Apache::DB->init; > </Perl>
That works, but this doesn't:
<Perl>
use Apache::DB;
use Apache::DProf;
Apache::DB->init;
</Perl>
It looks like the poison pill is loading Apache::DB before Apache::DProf.
Odd, eh?
-sam
