|
pod2bbcode - converts a .pod file to BBCode syntax. |
pod2bbcode - converts a .pod file to BBCode syntax.
pod2bbcode -i in.pod > out.txt
pod2bbcode in.pod > out.txt
pod2bbcode -hc red -ic blue -tc green > out.txt
This program converts the POD syntax to BBCode syntax and print the result to the standard output.
pod2bbcode -i in.pod
pod2bbcode in.pod
When both the --infile option and the first argument are missing, the POD is
read from the standard input.
the perlpod manpage, the Pod::BBCode manpage, the Pod::TikiWiki manpage
chaoslawful <chaoslaw@cpan.org>
This program is modified based on pod2tikiwiki program, thanks to the original author!
|
pod2bbcode - converts a .pod file to BBCode syntax. |