
pod2tikiwiki - converts a .pod file to TikiWiki syntax.

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

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

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.
Prints the program's version and exits.
Prints a help message and exits.


Copyright © 2004
Cédric Bouvier <cbouvi@cpan.org>