The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::YG - log line filter, like \G of MySQL

SYNOPSIS

    use App::YG;

    my $yg = App::YG->new;
    $yg->run(@ARGV);

See command yg.

METHOD

new

constructor

run(@ARGV)

execute command

pre

prepare for showing logs

loop

loop for showing logs

SEE ALSO

yg

AUTHOR

Dai Okabayashi <bayashi@cpan.org>

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.