- or download this
PSGI: Failed to run Perl Application:
Undefined subroutine &main::1 called.
- or download this
#!/usr/bin/perl
...
get '/' => {text => 'Hello World'};
app->start;
- or download this
{
"type": "perl",
...
"MOJO_MODE": "production"
}
}
- or download this
#!/usr/bin/perl
use strict;
...
enable 'ContentLength';
$app;
};