Cédric Bouvier > Pod-TikiWiki > pod2tikiwiki

Download:
Pod-TikiWiki-0.2.tar.gz

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

pod2tikiwiki - converts a .pod file to TikiWiki syntax.

SYNOPSIS ^

    pod2tikiwiki -i in.pod > out.txt
    pod2tikiwiki in.pod > out.txt

DESCRIPTION ^

This program converts the POD syntax to TikiWiki syntax and prints the result to the standard output.

OPTIONS ^

-i FILE, --infile=FILE

Specify the POD file to convert. When missing, the first argument is taken, i.e., these two lines are equivalent:

    pod2tikiwiki -i in.pod
    pod2tikiwiki in.pod

When both the --infile option and the first argument are missing, the POD is read from the standard input.

-v, --version

Prints the program's version and exits.

-h, --help

Prints a help message and exits.

SEE ALSO ^

perlpod, Pod::TikiWiki

AUTHOR ^

Copyright © 2004

Cédric Bouvier <cbouvi@cpan.org>