1PMAN(1)               User Contributed Perl Documentation              PMAN(1)
2
3
4

NAME

6       pman - show a module's man page
7

DESCRIPTION

9       Send a module's pod through pod2text and your pager.
10
11       This is mostly here for people too lazy to type
12
13           $ pod2text `pmpath CGI` | $PAGER
14

EXAMPLES

16           $ pman CGI
17           $ pman Curses
18
19       Or running under different versions of Perl:
20
21           $ oldperl -S pman CGI
22           $ filsperl -S pman Threads
23

SEE ALSO

25       pod2text(1), perlpod(1), pod2man(1), pod2html(1).
26

AUTHORS and COPYRIGHTS

28       Copyright (C) 1999 Tom Christiansen.
29
30       Copyright (C) 2006-2014, 2018 Mark Leighton Fisher.
31

LICENSE

33       This is free software; you can redistribute it and/or modify it under
34       the terms of either: (a) the GNU General Public License as published by
35       the Free Software Foundation; either version 1, or (at your option) any
36       later version, or (b) the Perl "Artistic License".  (This is the Perl 5
37       licensing scheme.)
38
39       Please note this is a change from the original pmtools-1.00 (still
40       available on CPAN), as pmtools-1.00 were licensed only under the Perl
41       "Artistic License".
42
43
44
45perl v5.28.0                      2018-07-15                           PMAN(1)
Impressum