pod2text (filename[, filehandle])
Converts from pod to text format. Takes the following arguments:
File to convert, or <&STDIN to read from STDIN.
<&STDIN
Optional. Filehandle glob to which output should be sent (*STDOUT to write to STDOUT).
*STDOUT
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]