1PMMAN(1) User Contributed Perl Documentation PMMAN(1)
2
3
4
6 pmman - show a module's man page
7
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
16 $ pmman CGI
17 $ pmman Curses
18
19 Or running under different versions of Perl:
20
21 $ oldperl -S pmman CGI
22 $ filsperl -S pmman Threads
23
25 pod2text(1), perlpod(1), pod2man(1), pod2html(1).
26
28 Copyright (c) 1999 Tom Christiansen
29
30 This is free software. You may modify it and distribute it under
31 Perl's Artistic Licence. Modified versions must be clearly indicated.
32
33
34
35perl v5.8.8 2006-03-30 PMMAN(1)