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