Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.122 Pod::TextChapter 8
Standard Modules
Next: 8.122 Pod::Text
 

pod2text

pod2text (filename[, filehandle])

Converts from pod to text format. Takes the following arguments:

filename

File to convert, or <&STDIN to read from STDIN.

filehandle

Optional. Filehandle glob to which output should be sent (*STDOUT to write to STDOUT).


Previous: 8.122 Pod::TextPerl in a NutshellNext: 8.122 Pod::Text
8.122 Pod::TextBook Index8.122 Pod::Text