suggestions for perl as web development language

2020-08-03 Thread Wesley Peng
greetings, My team use all of perl, ruby, python for scripting stuff. perl is stronger for system admin tasks, and data analysis etc. But for web development, it seems to be not as popular as others. It has less selective frameworks, and even we can't get the right people to do the webdev job wi

Re: suggestions for perl as web development language

2020-08-03 Thread Mithun Bhattacharya
I think all languages have lost the battle to nodejs. Most popular frameworks are angular and react - it is hard to beat them when everyone seems to be able to throw out a single page application without much effort. On Tue, Aug 4, 2020, 12:43 AM Wesley Peng wrote: > greetings, > > My team use a

Re: suggestions for perl as web development language

2020-08-03 Thread Rolf Schaufelberger
I would not consider mod_perl for new projects, but instead highly recommend using mojolicious https://mojolicious.org/ > Am 04.08.2020 um 07:42 schrieb Wesley Peng : > > greetings, > > My team use all of perl, ruby, python for scripting stuff. > perl is stronger for