Term::ShellKit::AutoPager - Paging for STDOUT


Term-ShellKit documentation  | view source Contained in the Term-ShellKit distribution.

Index


NAME

Top

Term::ShellKit::AutoPager - Paging for STDOUT

SYNOPSIS

Top

  > perl -MTerm::ShellKit -eshell
  Term::ShellKit: Starting interactive shell

  Term::ShellKit> kit AutoPager
  Activating Term::ShellKit::AutoPager

  Term::ShellKit> help
  NAME
      Term::ShellKit::Commands - Basic shell functions

  SYNOPSIS
	> perl -MTerm::ShellKit -eshell
  [more]
	Term::ShellKit: Starting interactive shell

	Term::ShellKit> eval join ', ', 1 .. 10 
	1, 2, 3, 4, 5, 6, 7, 8, 9, 10
  [more]

DESCRIPTION

Top

Loading this module causes Term::ShellKit to buffer printed output, and to run any lengthy results through more or your preferred pager program.

SEE ALSO

Top

Term::ShellKit


Term-ShellKit documentation  | view source Contained in the Term-ShellKit distribution.