1Pod::Perldoc(3) User Contributed Perl Documentation Pod::Perldoc(3)
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: Mark Allen "<mallen@cpan.org>"
31
32 Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R.
33 Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>"
34
35
36
37perl v5.32.1 2021-01-27 Pod::Perldoc(3)