Skip to content

Instantly share code, notes, and snippets.

View mche's full-sized avatar
🎄
Focusing

Михаил Че (Mikhail Che) mche

🎄
Focusing
  • есть
  • North Korea
  • 23:26 (UTC +05:00)
View GitHub Profile
@mche
mche / fancy_tail.pl
Created October 5, 2016 10:41 — forked from brianmed/fancy_tail.pl
Mojolicious::Lite app that can tail a file
use Mojolicious::Lite;
use Mojo::Util qw(secure_compare);
use Mojo::JSON qw(encode_json);
use Mojo::IOLoop::Tail;
# Authentication
under(sub {
my $c = shift;