plackup -e 'use Dancer; get "/hello/:name" => sub { return "Why, hello there " . param("name"); }; dance;' --port 8080 -s Twiggy