Re: suggestions for perl as web development language [EXT]
Mark Blackman <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
> On 4 Aug 2020, at 17:42, Joseph He <[email protected]> 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