Pod::Simple::Wiki

Pod::Simple::Wiki is a class for creating Pod to Wiki filters.
Download

Pod::Simple::Wiki Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • John McNamara
  • Publisher web site:
  • http://search.cpan.org/~jmcnamara/Spreadsheet-WriteExcel-2.18/lib/Spreadsheet/WriteExcel/Utility.pm

Pod::Simple::Wiki Tags


Pod::Simple::Wiki Description

Pod::Simple::Wiki is a class for creating Pod to Wiki filters. Pod::Simple::Wiki is a class for creating Pod to Wiki filters.SYNOPSISTo create a simple filter to convert from Pod to a wiki format: #!/usr/bin/perl -w use strict; use Pod::Simple::Wiki; my $parser = Pod::Simple::Wiki->new('kwiki'); if (defined $ARGV) { open IN, $ARGV or die "Couldn't open $ARGV: $!n"; } else { *IN = *STDIN; } if (defined $ARGV) { open OUT, ">$ARGV" or die "Couldn't open $ARGV: $!n"; } else { *OUT = *STDOUT; } $parser->output_fh(*OUT); $parser->parse_file(*IN); __END__To convert Pod to a wiki format using the installed pod2wiki utility: pod2wiki --style mediawiki file.pod > file.wiki Requirements: · Perl


Pod::Simple::Wiki Related Software