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.411.976 Times

Pod To Mpp freeware
Filter: All | Freeware | Demo
 

Pod To Mpp

1 2 3 4 5 > 
Added: November 16, 2010 | Visits: 763

Pod::Perldoc::ToToc Pod::Perldoc::ToToc is a Perl module to translate Pod to a Table of Contents. SYNOPSIS Use this module with perldocs -M switch. % perldoc -MPod::Perldoc::ToToc Module::Name This module uses the Pod::Perldoc module to extract a table of contents from a pod file..



Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): Pod::Perldoc::ToToc Download

Added: October 24, 2010 | Visits: 1.339

Pod::Simple::Wiki Pod::Simple::Wiki is a class for creating Pod to Wiki filters. SYNOPSIS To 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[0]) { open IN, $ARGV[0] or die...





Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Pod::Simple::Wiki Download

Added: April 05, 2010 | Visits: 762

Pod::XML Pod::XML is a Perl module to convert POD to XML. SYNOPSIS use Pod::XML; my $parser = Pod::XML->new(); $parser->parse_from_file("foo.pod"); This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. It uses its own format, described below..


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Pod::XML Download

Added: July 24, 2010 | Visits: 771

Pod::HTML_Elements Pod::HTML_Elements is a Perl module to convert POD to tree of LWPs HTML::Element and hence HTML or PostScript. SYNOPSIS use Pod::HTML_Elements; my $parser = new Pod::HTML_Elements; $parser->parse_from_file($pod,foo.html); my $parser = new Pod::HTML_Elements PostScript => 1;...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (88): Pod::HTML_Elements Download

Added: July 30, 2013 | Visits: 264

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

Added: January 07, 2010 | Visits: 720

Apache2::Pod Apache2::Pod is a Perl base class for converting Pod files to prettier forms. SYNOPSIS The Apache2::Pod::* are mod_perl handlers to easily convert Pod to HTML or other forms. You can also emulate perldoc. FUNCTIONS No functions are exported. I dont want to dink around with Exporter in...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Apache2::Pod Download

Added: February 19, 2010 | Visits: 690

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: January 25, 2010 | Visits: 1.087

Canto Pod Canto Pod... Now, you may finally be able to understand Axel Rose, or see the double meaning behind some of Cobain's lyrics. Canto Pod offers users of AppleNs iPod the ability to download song lyrics for later viewing. It works seamlessly with Mac, and Canto Pod for Mac OS X introduces key new...


Platforms: Mac

License: Freeware Download (104): Canto Pod Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 549

Archibald's Adventures Lite Help Archie to overcome all of the pitfalls of a mad scientist's mansion in this funny action puzzle game! Archie and crazy professor Klumpfus are stuck in the professor's mansion. The latest experiment of the goofy scientist went all wrong, and weird lifeforms escaped from their containment. Now...


Platforms: Mac

License: Freeware Size: 8.6 MB Download (55): Archibald's Adventures Lite Download

Released: November 18, 2012  |  Added: November 18, 2012 | Visits: 647

GoodReaderUSB This software easily works with huge file sizes such as e-books and subway maps. Additionally, the program allows users to view video, audio, powerpoint, word and many other file types through a naturally intuitive folder structure interface. With the GoodReaderUSB transfer interface, users can...


Platforms: Mac

License: Freeware Size: 593.92 KB Download (56): GoodReaderUSB Download

Added: June 13, 2013 | Visits: 462

Archibald's Adventures Lite Archibald's Adventures offers gameplay mixed of action and puzzle elements with gradually rising complexity. The player starts as a boy on skateboard, but soon he will roll in robotic vehicle capable of riding on walls and ceilings, fly on jet device or remotely control mysterious floating bubble...


Platforms: Mac

License: Freeware Size: 8.6 MB Download (42): Archibald's Adventures Lite Download

Released: August 09, 2008  |  Added: August 21, 2008 | Visits: 10.154

Froddle Pod Froddle Pod is a completely free iPod Manager. It can be used to copy media to and from your iPod. Features include transferring music and video files to the ipod, transferring music and video files from the ipod, normalizing music, iPod backup, iPod restore, mp3 encoder, iPod synchronization,...


Platforms: Windows

License: Freeware Size: 3.09 MB Download (2226): Froddle Pod Download

Added: August 16, 2010 | Visits: 905

Pod::BBCode Pod::BBCode is a Perl module that converts a POD file to a page using BB code. SYNOPSIS use Pod::BBCode; my $p = new Pod::BBCode(-headcolor=>red,-itemcolor=>blue,-textcolor=>black); $p->parse_from_file(in.pod); This class converts a file in POD syntax to the BBCode syntax, in order to...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): Pod::BBCode Download

Added: June 21, 2010 | Visits: 795

Pod::DocBook Pod::DocBook is a Perl module to convert pod files to DocBook SGML. SYNOPSIS use Pod::DocBook; pod2docbook( [options] ); Converts files from pod format ( see perlpod ) to DocBook format. It can automatically generate indexes (but SGML does this better) and cross-references..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (88): Pod::DocBook Download

Added: September 19, 2010 | Visits: 916

OODoc::Format::Pod OODoc::Format::Pod is a Perl module to produce POD pages from the doc tree. INHERITANCE OODoc::Format::Pod is an OODoc::Format is an OODoc::Object OODoc::Format::Pod is extended by OODoc::Format::Pod2 SYNOPSIS my $doc = OODoc->new(...); $doc->create ( pod , format_options =>...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): OODoc::Format::Pod Download

Added: November 16, 2010 | Visits: 951

Pod::Hlp Pod::Hlp is a Perl module that can convert POD data to formatted VMS HLP Help module text. SYNOPSIS use Pod::Hlp; pod2hlp("perlfunc.pod",$top_help_level,*Filehandle); Also: pod2hlp < input.pod Also: perl pod2hlb Pod::Hlp is a module that can convert documentation in the POD format...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Pod::Hlp Download

Added: January 17, 2010 | Visits: 842

Pod::Dsr Pod::Dsr is a Perl module Convert POD data to formatted DSR input SYNOPSIS use Pod::Dsr; my $parser = Pod::Dsr->new (release => $VERSION, section => 8); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to file.1....


Platforms: *nix

License: Freeware Size: 102.4 KB Download (98): Pod::Dsr Download

Added: October 20, 2010 | Visits: 944

Pod::PlainText Pod::PlainText is a Perl module that can convert POD data to formatted ASCII text. SYNOPSIS use Pod::PlainText; my $parser = Pod::PlainText->new (sentence => 0, width => 78); # Read POD from STDIN and write to STDOUT. $parser->parse_from_filehandle; # Read POD from file.pod and write to...


Platforms: *nix

License: Freeware Size: 96.26 KB Download (101): Pod::PlainText Download

Added: November 25, 2010 | Visits: 731

Pod::Simple::PullParser Pod::Simple::PullParser is a pull-parser interface to parsing Pod. SYNOPSIS my $parser = SomePodProcessor->new; $parser->set_source( "whatever.pod" ); $parser->run; Or: my $parser = SomePodProcessor->new; $parser->set_source( $some_filehandle_object ); $parser->run; Or: my $parser =...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Pod::Simple::PullParser Download

Added: August 10, 2010 | Visits: 882

Pod::Simple::HTMLBatch Pod::Simple::HTMLBatch is a Perl module to convert several Pod files to several HTML files. SYNOPSIS perl -MPod::Simple::HTMLBatch -e Pod::Simple::HTMLBatch::go in out This module is used for running batch-conversions of a lot of HTML documents This class is NOT a subclass of...


Platforms: *nix

License: Freeware Size: 256 KB Download (108): Pod::Simple::HTMLBatch Download

1 2 3 4 5 >