Skip to content

Instantly share code, notes, and snippets.

@brianmed
Created February 27, 2015 10:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brianmed/0605b76a50a5bf4dc36f to your computer and use it in GitHub Desktop.
Save brianmed/0605b76a50a5bf4dc36f to your computer and use it in GitHub Desktop.
use Mojolicious::Lite;
get '/redir' => sub {
shift->redirect_to("result.cgi");
};
app->start;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment