Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.743 Times

Podparser freeware
 

Podparser

Added: February 19, 2010 | Visits: 694

Pod::InComments Pod::InComments is a Perl extension for extracting POD documentation from comments in config file. SYNOPSIS use Pod::InComments; my $podparser = Pod::InComments->new( comment => ; ); $podparser->ParseFile( $my_config_file ); $podparser->Pod2Hash(); my $helptext = $podparser->Pod4Section(... Platforms: *nix

License: Freeware Size: 5.12 KB Download (86): Pod::InComments Download

Added: July 30, 2013 | Visits: 268

Pod::Markdown Pod::Markdown is a Perl module that subclasses Pod::Parser and converts POD to Markdown. SYNOPSIS my $parser = Pod::Markdown->new; $parser->parse_from_filehandle(*STDIN); print $parser->as_markdown; Platforms: *nix

License: Freeware Size: 20.48 KB Download (32): Pod::Markdown Download