Help for this page

Select Code to Download


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