in reply to Re: Private Variables and FastCGI / ModPerl
in thread Private Variables and FastCGI / ModPerl
How can I local everything in @array? I know its probably extremely dangerous, so I will most likely build a difference table between what is in @array without anything loaded and then again with. Any help is appreciated.$globalthis = 0; $globalthat = 0; require Devel::Symdump; $obj = Devel::Symdump->new(); @array = $obj->scalars; foreach (@array){ print "$_\n"; }
|
|---|