logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

IO::Pager::less - No pager? Pipe output to Perl-based pager a TTY

Author

       Jerrad Pierce <jpierce@cpan.org>

       Significant proddage provided by Tye McQueen.

Description

       IO::Pager::less is a simple, extensible, perl-based pager.

       See IO::Pager for method details.

Methods

       All methods are inherited from IO::Pager; except for instantiation and print.

Name

       IO::Pager::less - No pager? Pipe output to Perl-based pager a TTY

See Also

       IO::Pager, Term::Pager, IO::Pager::Buffered, IO::Pager::Page,

Synopsis

         {
           #Can be instantiated functionally or OO, same as other sub-classes.
           my $token = new IO::Pager::less;

           $token->print("Pure perl goodness...\n") while 1;
         }

See Also