1IO::Pager::less(3) User Contributed Perl Documentation IO::Pager::less(3)
2
3
4
6 IO::Pager::less - No pager? Pipe output to Perl-based pager a TTY
7
9 {
10 #Can be instantiated functionally or OO, same as other sub-classes.
11 my $token = new IO::Pager::less;
12
13 $token->print("Pure perl goodness...\n") while 1;
14 }
15
17 IO::Pager::less is a simple, extensible, perl-based pager.
18
19 See IO::Pager for method details.
20
22 All methods are inherited from IO::Pager; except for instantiation and
23 print.
24
26 IO::Pager, Term::Pager, IO::Pager::Buffered, IO::Pager::Page,
27
29 Jerrad Pierce <jpierce@cpan.org>
30
31 Significant proddage provided by Tye McQueen.
32
34 Copyright (C) 2003-2018 Jerrad Pierce
35
36 • Thou shalt not claim ownership of unmodified materials.
37
38 • Thou shalt not claim whole ownership of modified materials.
39
40 • Thou shalt grant the indemnity of the provider of materials.
41
42 • Thou shalt use and dispense freely without other restrictions.
43
44 Or, if you prefer:
45
46 This library is free software; you can redistribute it and/or modify it
47 under the same terms as Perl itself, either Perl version 5.0 or, at
48 your option, any later version of Perl 5 you may have available.
49
50
51
52perl v5.34.0 2022-01-21 IO::Pager::less(3)