libio-pager-perl

Module to select a pager and pipe text to it
  https://metacpan.org/release/IO-Pager
  0
  no reviews



Io::pager is lightweight and can be used to locate an available pager and set the pager environment variable sanely or as a factory for creating objects defined elsewhere such as io::pager::buffered and io::pager::unbuffered.

io::pager subclasses are designed to programmatically decide whether or not to pipe a filehandle's output to a program specified in pager. subclasses may inherit from io::pager, and implement the io handle methods desired.