
IO::Page - Pipe STDOUT to a pager if STDOUT is a TTY

Pipes STDOUT to a pager if STDOUT is a TTY

IO::Page is designed to programmaticly decide whether or not to point the STDOUT file handle into a pipe to program specified in $ENV{PAGER} or one of a standard list of pagers.

use IO::Page ; print <<" HEREDOC" ; ... A bunch of text later HEREDOC

Monte Mitzelfelt <monte-iopage@gonefishing.org>