[Omaha.pm] Modern Perl web dev - another alternative

Jay Hannah jay.hannah at iinteractive.com
Thu Oct 10 13:39:47 PDT 2013


Oh, I forgot to mention at our meeting: Catalyst sets up scaffolding, which I like. But if you hate scaffolding, here's one way to create a web app in 5 lines of code:

    use Dancer;

    get '/' => sub {
        "Hello World!"
    };

    dance;

More info:

    http://perldancer.org/

Enjoy,

Jay Hannah
Project Lead / Programmer
http://www.iinteractive.com
Email: jay.hannah at iinteractive.com
AOL IM: deafferret
Mobile: 1.402.598.7782
Fax: 1.402.691.9496







More information about the Omaha-pm mailing list