App-JsonLogUtils
view release on metacpan or search on metacpan
use strict;
use warnings;
$0 = 'jshell';
use Getopt::Long;
use Pod::Usage;
use List::Util qw(max);
use Term::SimpleColor;
use Term::SimpleColor qw(:background);
use Term::ReadLine;
use Iterator::Simple qw(iterator igrep imap);
use App::JsonLogUtils qw(lines tail json_log);
#-------------------------------------------------------------------------------
# Parse command line options
#-------------------------------------------------------------------------------
my $help = 0;
my $path;
( run in 1.247 second using v1.01-cache-2.11-cpan-f56aa216473 )