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-2008 Mark Leighton Fisher.
31
32       This is free software; you can redistribute it and/or modify it under
33       the terms of either: (a) the GNU General Public License as published by
34       the Free Software Foundation; either version 1, or (at your option) any
35       later version, or (b) the Perl "Artistic License".  (This is the Perl 5
36       licensing scheme.)
37
38       Please note this is a change from the original pmtools-1.00 (still
39       available on CPAN), as pmtools-1.00 were licensed only under the Perl
40       "Artistic License".
41
42
43
44perl v5.12.0                      2010-05-04                           PMAN(1)
Impressum