Skip to content

Instantly share code, notes, and snippets.

@jegade
Created November 6, 2015 14:15
Show Gist options
  • Save jegade/8b0bfc9e8319fd02cf7a to your computer and use it in GitHub Desktop.
Save jegade/8b0bfc9e8319fd02cf7a to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
# plackuo minimal.pl
use FindBin();
use Plack::App::File;
my $app = Plack::App::File->new( root => "$FindBin::Bin/");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment