Help for this page
#!/usr/bin/env plackup ... [ 'Hello world' ], ]; };
#!/usr/bin/env perl use Plack::Loader; my $app = Plack::Util::load_psgi("/full/path/to/greeting.psgi"); Plack::Loader->auto->run($app);