in reply to Re: Whether to use local()
in thread Whether to use local()

I use this as well.

But don't if you are going anywhere near mod_perl. Else much grief awaits you...

Replies are listed 'Best First'.
Re: Re (tilly) 2: Whether to use local()
by runrig (Abbot) on Mar 16, 2002 at 20:24 UTC
    That should only be a problem if you do that in an Apache::Registry script (and any similar beasts, if they exist). If its in a module use'd by an A::R script (and maybe even in a non A::R handler?), it should be ok (if I'm not mistaken, and if you're careful).