Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save memememomo/596673 to your computer and use it in GitHub Desktop.
Save memememomo/596673 to your computer and use it in GitHub Desktop.
use Mojolicious::Lite;
use File::Basename;
use File::Spec;
my $base = File::Spec->rel2abs(dirname(__FILE__));
app->start($ARGV[0] ? $ARGV[0] : 'psgi');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment