Argh,

I should first wake up before coming up with any suggestions...

At 09:05 +0100 1/18/04, Elizabeth Mattijsen wrote:
I was more thinking along the lines:

  BEGIN { *CORE::GLOBAL::die = sub {
     warn "We're not dieing with @_\n";
  } };
  die "This is it!";
  warn "Well, I guess it wasn't.\n";

BEGIN { *CORE::GLOBAL::die = sub { warn "We're not dieing with @_\n"; } };

doesntexist( 'Hello world' );


shows that even though die() was stolen, it's not internally called by Perl. ;-(



Coming back to the original issue. Is it really so bad to load everything "automatically" if you're using a prefork MPM? It will all get shared, won't it? Or is the problem that you don't know which MPM you're using when the first PerlRequire is being handled?



Liz


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to