http://qs1969.pair.com?node_id=86865


in reply to Re: mod_perl and lazy zombies
in thread mod_perl and lazy zombies

No - I tried it and the zombies appear. Even though it is now local because I'm running under mod_perl the local variable stays in existance because there has been no exit from the enclosing block.
Pete

Replies are listed 'Best First'.
Re: Re: Re: mod_perl and lazy zombies
by pop (Scribe) on Jun 08, 2001 at 17:34 UTC
    so :
    { local(*RPC); #... }
    should be ok ? Perhaps it's the same than using IO::File. Anyway, I prefer the second solution : IO::File :)