1Pod::Perldoc(3pm) Perl Programmers Reference Guide Pod::Perldoc(3pm)
2
3
4
6 Pod::Perldoc - Look up Perl documentation in Pod format.
7
9 use Pod::Perldoc ();
10
11 Pod::Perldoc->run();
12
14 The guts of perldoc utility.
15
17 perldoc
18
20 Copyright (c) 2002-2007 Sean M. Burke.
21
22 This library is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
25 This program is distributed in the hope that it will be useful, but
26 without any warranty; without even the implied warranty of
27 merchantability or fitness for a particular purpose.
28
30 Current maintainer: Adriano R. Ferreira <ferreira@cpan.org>
31
32 Past contributions from: Sean M. Burke <sburke@cpan.org>
33
34
35
36perl v5.12.4 2011-06-07 Pod::Perldoc(3pm)