in reply to Use of do() to run lots of perl scripts

'do' is too simple

One approach to the issue is CGI::Compile - Compile .cgi scripts to a code reference like ModPerl::Registry

but even that requires proper Coping with scoping also known as the spirit of strict also known as the life cycle of variables or memory management

  • Comment on Re: Use of do() to run lots of perl scripts (don't)