Dancer

Other topics

Easiest example

#!/usr/bin/env perl
use Dancer2;

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

dance;

Contributors

Topic Id: 5921

Example Ids: 20788

This site is not affiliated with any of the contributors.