Re: Is mod_perl for web app still active today?

"Edward J. Sabol" <[email protected]> Tue, 20 Sep 2022 14:40:00 -0400
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
On Sep 19, 2022, at 11:07 PM, Ken Peng <[email protected]> wrote:
> May I know if mod_perl is still active on web development today?

I'm not sure what you're asking.

Do some people still use it for web development? Yes, most definitely. However, I think it's safe to say it's declined in popularity compared to other Perl web development frameworks such as Plack and Mojolicious and obviously other non-Perl web frameworks, but it's still used by some web developers.

Is mod_perl still maintained? Yes. The latest release (2.0.12) was released in late January 2022.

Later,
Ed