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 Florent Angly <florent.angly@gmail.com>
32
33 This module was inspired by Monte Mitzelfelt's IO::Page 0.02
34
35 Significant proddage provided by Tye McQueen.
36
38 Copyright (C) 2003-2018 Jerrad Pierce
39
40 · Thou shalt not claim ownership of unmodified materials.
41
42 · Thou shalt not claim whole ownership of modified materials.
43
44 · Thou shalt grant the indemnity of the provider of materials.
45
46 · Thou shalt use and dispense freely without other restrictions.
47
48 Or, if you prefer:
49
50 This library is free software; you can redistribute it and/or modify it
51 under the same terms as Perl itself, either Perl version 5.0 or, at
52 your option, any later version of Perl 5 you may have available.
53
54
55
56perl v5.30.1 2020-01-30 IO::Pager::less(3)