Skip to content

Instantly share code, notes, and snippets.

@sgnix
Created April 28, 2013 14:18
Show Gist options
  • Save sgnix/5477010 to your computer and use it in GitHub Desktop.
Save sgnix/5477010 to your computer and use it in GitHub Desktop.
get '/put/:x/:y' => sub {
my ( $self, $x, $y ) = @_;
{ x => $x, y => $y };
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment