> On 4 Aug 2020, at 17:42, Joseph He <joseph.he.2...@gmail.com> wrote:
> 
> My company uses Perl for web development. It handles real time payment 
> transactions without any problem. Good software is made by the people not by 
> the language.
> 

Agreed, Perl is still fine for server-side work. mod_perl adds less value than 
it used to, though. You can get most of the benefits of mod_perl without the 
complexity. It’s only if you have to do really really unusual things in the 
request cycle where mod_perl helps a lot.

- Mark

Reply via email to