in reply to Integrating codebases: namespace pollution, passing objects, and more

Is there a way to temporarily / safely execute the CGI.pm-based code within the Dancer framework without running into the issues above?

Simples way to do that is fork+exec, just like how "cgi-bin" works

You could investigate CGI::Compile ... but if the code is as poor as you say :)

  • Comment on Re: Integrating codebases: namespace pollution, passing objects, and more