- or download this
cd
mkdir pm-1116108
cd pm-1116108
mkdir cgi
- or download this
catalyst.pl MyCatalystApp
- or download this
<?php print "Hello, World!"; ?>
- or download this
#!/usr/bin/env perl
use strictures;
...
start_html("HAI"),
h1("DERP!"),
end_html();
- or download this
use Mojolicious::Lite;
...
};
app->start;
- or download this
use strictures;
use utf8;
use Plack::Builder;
...
};
__END__
- or download this
env CATALYST_DEBUG=0 plackup -r
Watching ./lib pm-1116108.psgi for file updates.
HTTP::Server::PSGI: Accepting connections at http://0:5000/