Re: CGI module deprecation

2017-11-29 Thread Brian Scott
I've just put a system together with CGI::Simple and everything seemed to behave properly. I seem to recall other CGI.pm compatible things out there as well when I was looking around. CGI::Simple seems to be working well enough that at some point I might go back and tweak some old stuff that uses C

Re: CGI module deprecation

2017-11-29 Thread Michael A. Capone
"and uses the CGI module only for parsing the incoming request." I was going to follow up on this thread and ask for suggestions on what I could/should use for incoming request parsing. I have never gone further in mod_perl beyond Apache::Registry and just running traditional CGI programs, an

Re: CGI module deprecation

2017-11-29 Thread Randal L. Schwartz
> "Russell" == Russell Lundberg writes: Russell> T::T also works terrific with mod_perl, which is useful if your Russell> apps are database-intensive. mod_perl also has other Russell> capabilities to allow you to move away from the CGI module. Russell> libapreq/Apache::Request My CGI::Proto