##
cpan Test::More
cpan App::cpanminus Moo Future::AsyncAwait DBD::SQLite
####
cpan Mojolicious
####
perl -Mojo -E 'a("/hello" => {text => "Hello Mojo!"})->start' daemon -l http://127.0.0.1:8080
####
perl -MDancer2 -e 'set port => 8080; get "/" => sub { "Just Another Perl Hacker," }; dance'
####
plackup -e 'use Dancer; get "/hello/:name" => sub { return "Why, hello there " . param("name"); }; dance;' --port 8080 -s Twiggy