1PODSTRIP(1) User Contributed Perl Documentation PODSTRIP(1)
2
3
4
6 podstrip - strip pod from a file, output what's left
7
9 "podstrip" sourceFile destFile
10
11 ["-?" | "-help" | "-h"]
12
14 "pod2html" reads the POD in file sourceFile, translates it to HTML, and
15 writes it to file destFile.
16
17 destFile is created world-readable.
18
20 "Pod::Stripper" "Pod::Usage" "Getopt::Long"
21
23 "Pod::Striper"
24
26 D.H. aka crazyinsomniac|at|yahoo.com.
27
29 Copyright (c) 2002 by D.H. aka crazyinsomniac|at|yahoo.com. All rights
30 reserved.
31
32 This module is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35
36
37perl v5.32.1 2021-01-27 PODSTRIP(1)