1Pod::Perldoc::ToRtf(3)User Contributed Perl DocumentationPod::Perldoc::ToRtf(3)
2
3
4
6 Pod::Perldoc::ToRtf - let Perldoc render Pod as RTF
7
9 perldoc -o rtf Some::Modulename
10
12 This is a "plug-in" class that allows Perldoc to use Pod::Simple::RTF
13 as a formatter class.
14
15 This is actually a Pod::Simple::RTF subclass, and inherits all its
16 options.
17
18 You have to have Pod::Simple::RTF installed (from the Pod::Simple
19 dist), or this module won't work.
20
21 If Perldoc is running under MSWin and uses this class as a formatter,
22 the output will be opened with write.exe or whatever program is
23 specified in the environment variable "RTFREADER". For example, to
24 specify that RTF files should be opened the same as they are when you
25 double-click them, you would do "set RTFREADER=start.exe" in your
26 autoexec.bat.
27
28 Handy tip: put "set PERLDOC=-ortf" in your autoexec.bat and that will
29 set this class as the default formatter to run when you do "perldoc
30 whatever".
31
33 Pod::Simple::RTF, Pod::Simple, Pod::Perldoc
34
36 Copyright (c) 2002 Sean M. Burke. All rights reserved.
37
38 This library is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 This program is distributed in the hope that it will be useful, but
42 without any warranty; without even the implied warranty of
43 merchantability or fitness for a particular purpose.
44
46 Current maintainer: Mark Allen "<mallen@cpan.org>"
47
48 Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R.
49 Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>"
50
51
52
53perl v5.32.1 2021-01-27 Pod::Perldoc::ToRtf(3)