http://www.perlmonks.org?node_id=1029487


in reply to Re^2: Is Perl the right language for a large web application?
in thread Is Perl the right language for a large web application?

In addition to Catalyst, I would recommend that you also look at some of the newer webapp frameworks, such as Dancer and Mojolicious. Personally, I prefer Dancer, but your taste may vary.

Regarding point 3 in the original post, the #1 reason for you to choose Perl for this project rather than Python or Ruby is that you present yourself as already being significantly more proficient in Perl than the others. All three languages are more-or-less equivalent technically, so the most important criterion to consider when making a free choice between them is "Which one do I know and like best?"

  • Comment on Re^3: Is Perl the right language for a large web application?

Replies are listed 'Best First'.
Re^4: Is Perl the right language for a large web application?
by jakeease (Friar) on Apr 20, 2013 at 08:50 UTC
    I'll definitely take a look at Dancer and Mojolicious as well as Catalyst.