Modern Web with Perl

Catalyst Mojolicious Dancer PSGI CGI

At the beginning of the web, people wrote lots of CGI script. Today, if you would like to write a modern web application using Perl, you have several options. In this screencast I mention three of them. (5:31 min)

* [Catalyst MVC framework](/catalyst) * [Mojolicious](/mojolicious) * [Perl Dancer](/dancer) * [PSGI/Plack](http://plackperl.org/)

Comments

I have written a fairly large Perl application. Would it be worthwhile to consider converting to one of these new platforms and, if so, which would be most accommodating to conversion?

I think you'd be better off asking this on Perlmonks where you can have a discussion about it with several people.

Other pages

Web sites powered by Perl with Open Source code-base
Perl/CGI script with Apache2
PSGI the superglue between Perl web application frameworks and web servers
Mojolicious - a web framework with clouds, rainbows and unicorns
Getting started with PSGI
Getting started with Mojolicious::Lite
GUI with Perl for desktop applications
Dancer, the light-weight Perl web framework
Catalyst, the MVC Perl web framework
CLI - Command Line Interface in Perl
CGI - Common Gateway Interface