Skip to content

Instantly share code, notes, and snippets.

@denysonique
Created July 24, 2013 20:11
Show Gist options
  • Save denysonique/6074082 to your computer and use it in GitHub Desktop.
Save denysonique/6074082 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use Dancer;
get '/' => sub {
"Hello World!"
};
dance;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment