Re: How best to get my mod_perl programs to run under CGI for non-mod_perl users?

2012-12-17 Thread Perrin Harkins
Hi Chris, One approach would be to modify your applications so they use some kind of abstraction layer, like Plack, that runs on top of both CGI and mod_perl. There's more on Plack here: http://plackperl.org/ Another option, since you used Registry, would be to change your use of

How best to get my mod_perl programs to run under CGI for non-mod_perl users?

2012-12-15 Thread Chris Bennett
Everything I use/write is strictly mod_perl (mod_perl-1.31 under OpenBSD). I am planning on releasing some of this open-source, but many users will not be running mod_perl. What might be the easiest way to go backwards to CGI without a huge amount of work? Should I write something that makes