*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->IRIX man pages -> perl5/Pod::Text (3)              
Title
Content
Arch
Section
 

Contents


Pod::Text(3)							  Pod::Text(3)


NAME    [Toc]    [Back]

     Pod::Text - convert POD data to formatted ASCII text

SYNOPSIS    [Toc]    [Back]

	     use Pod::Text;

	     pod2text("perlfunc.pod");

     Also:

	     pod2text [B<-a>] [B<->I<width>] < input.pod

DESCRIPTION    [Toc]    [Back]

     Pod::Text is a module that	can convert documentation in the POD format
     (such as can be found throughout the Perl distribution) into formatted
     ASCII.  Termcap is	optionally supported for boldface/underline, and can
     enabled via $Pod::Text::termcap=1.	If termcap has not been	enabled, then
     backspaces	will be	used to	simulate bold and underlined text.

     A separate	pod2text program is included that is primarily a wrapper for
     Pod::Text.

     The single	function pod2text() can	take the optional options -a for an
     alternative output	format,	then a -width option with the max terminal
     width, followed by	one or two arguments. The first	should be the name of
     a file to read the	pod from, or "<&STDIN" to read from STDIN. A second
     argument, if provided, should be a	filehandle glob	where output should be
     sent.

AUTHOR    [Toc]    [Back]

     Tom Christiansen <tchrist@mox.perl.com>

TODO    [Toc]    [Back]

     Cleanup work. The input and output	locations need to be more flexible,
     termcap shouldn't be a global variable, and the terminal speed needs to
     be	properly calculated.


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
pod2man Linux Convert POD data to formatted *roff input
pod2man OpenBSD Convert POD data to formatted *roff input
toascii OpenBSD convert a byte to 7-bit ASCII
toascii FreeBSD convert a byte to 7-bit ASCII
toascii NetBSD convert a byte to 7-bit ASCII
toascii Linux convert character to ASCII
ctime NetBSD convert date and time to ASCII
ctime_r NetBSD convert date and time to ASCII
mktime NetBSD convert date and time to ASCII
ctime_r OpenBSD convert date and time to ASCII
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service