
Cgi::compile is an utility to compile cgi scripts into a code reference that can run many times on its own namespace, as long as the script is ready to run on a persistent environment.
note: for best results, load cgi::compile before any modules used by your cgis.
combined with cgi::emulate::psgi, your cgi script can be turned into a persistent psgi application.