1POM2(1) User Contributed Perl Documentation POM2(1)
2
3
4
6 pom2 - convert POD to Text, HTML, etc., with Pod::POM
7
9 pom2 text MyFile.pm > MyFile.txt
10 pom2 html MyFile.pm > MyFile.html
11 pom2 pod MyFile.pm > Myfile.pod
12
14 This script uses Pod::POM to convert a Pod document into text, HTML,
15 back into Pod (e.g. to normalise a document to fix any markup errors),
16 or any other format for which you have a view module.
17
19 Andy Wardley <abw@kfs.org>
20
22 This is version 0.2 of pom2.
23
25 Copyright (C) 2000, 2001 Andy Wardley. All Rights Reserved.
26
27 This module is free software; you can redistribute it and/or modify it
28 under the same terms as Perl itself.
29
31 For further information please see Pod::POM.
32
33
34
35perl v5.8.8 2001-12-06 POM2(1)