Skip to content

Instantly share code, notes, and snippets.

@vti

vti/foo.pl Secret

Created August 6, 2010 09:01
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 vti/31c94ba888ca361c3278 to your computer and use it in GitHub Desktop.
Save vti/31c94ba888ca361c3278 to your computer and use it in GitHub Desktop.
#!/usr/bin/env perl
use utf8;
use Mojolicious::Lite;
get '/в' => sub {
shift->render_text('привет');
};
app->start;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment