http://www.perlmonks.org?node_id=1039986


in reply to Re: Apache::Registry - shared variable?
in thread Apache::Registry - shared variable?

Thanks for the advice, and you're right -- there are no nested sub. I thought maybe mod-perl mangled it somehow to make one. I thought CGI stuff was made safe using Registry? What should be used in this case, instead, then?
  • Comment on Re^2: Apache::Registry - shared variable?

Replies are listed 'Best First'.
Re^3: Apache::Registry - shared variable?
by Anonymous Monk on Jun 20, 2013 at 15:11 UTC

    I thought CGI stuff was made safe using Registry? What should be used in this case, instead, then?

    use CGI->param not CGI->Vars , CGI->Vars has caveats