Skip to content

Instantly share code, notes, and snippets.

@JEEN
Created May 13, 2010 08:02
Show Gist options
  • Save JEEN/399612 to your computer and use it in GitHub Desktop.
Save JEEN/399612 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use strict;
use warnings;
use lib 'lib';
use MyApp;
MyApp->run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment