Skip to content

Instantly share code, notes, and snippets.

@kraih
Created February 14, 2011 04:01
Show Gist options
  • Save kraih/825464 to your computer and use it in GitHub Desktop.
Save kraih/825464 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use Mojolicious::Lite;
get '/welcome';
app->start;
__DATA__
@@ welcome.html.ep
<!doctype html><html>
<head><title>Welcome!</title></head>
<body>Welcome to Mojolicious!</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment