in reply to Using Mojolicious with NGINX Unit
#!/usr/bin/perl use Dancer2; use strict; get '/' => sub { "Hello World!" }; dance;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Mojolicious with NGINX Unit
by Veltro (Hermit) on Feb 23, 2019 at 21:20 UTC |