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

Pod To Mpp freeware
Filter: All | Freeware | Demo
 

Pod To Mpp

< 1 2 3 4 5 > 
Added: March 04, 2010 | Visits: 1.063

Pod::LaTeX Pod::LaTeX is a Perl module to convert Pod data to formatted Latex. SYNOPSIS use Pod::LaTeX; my $parser = Pod::LaTeX->new ( ); $parser->parse_from_filehandle; $parser->parse_from_file (file.pod, file.tex); Pod::LaTeX is a module to convert documentation in the Pod format into Latex.... Platforms: *nix

License: Freeware Size: 26.62 KB Download (120): Pod::LaTeX Download

Added: April 18, 2010 | Visits: 848

PDL::Pod::Html PDL::Pod::Html is Perl module to convert pod files to HTML. SYNOPSIS use PDL::Pod::Html; pod2html([options]); Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to... Platforms: *nix

License: Freeware Size: 655.36 KB Download (96): PDL::Pod::Html Download

Added: April 21, 2010 | Visits: 1.035

Pod::Html Pod::Html is a Perl module to convert pod files to HTML. SYNOPSIS use Pod::Html; pod2html([options]); Converts files from pod format (see perlpod) to HTML format. It can automatically generate indexes and cross-references, and it keeps a cache of things it knows how to cross-reference.. Platforms: *nix

License: Freeware Size: 13.6 MB Download (89): Pod::Html Download

Added: October 05, 2010 | Visits: 1.001

Pod::Html::HtmlTre Pod::Html::HtmlTree is a Perl module to convert pod files to html tree. SYNOPSIS use Pod::Html::HtmlTree; use Data::Dumper; my $p = Pod::Html::HtmlTree->new; $p->indir ( /usr/lib/perl5/site_perl/5.8.3/Pod ); $p->outdir ( /tmp/pod ); $p->mask_dir ( 0777 ); # default is 0775... Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): Pod::Html::HtmlTre Download

Added: August 12, 2010 | Visits: 1.011

Test::Pod::Snippets Test::Pod::Snippets is a Perl module to generate tests from pod code snippets. SYNOPSIS use Test::Pod::Snippets; my $tps = Test::Pod::Snippets->new(); $tps->generate_snippets( @pm_and_pod_files ); Fact 1 In a perfect world, a modules full API should be covered by an extensive battery... Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Test::Pod::Snippets Download

Released: September 17, 2012  |  Added: September 17, 2012 | Visits: 1.043

Microsoft Project Export to Web Microsoft Project Export to Web tool allows you to publish mpp files online as interactive Flash Gantt charts. You can then share these plans with your customers and colleagues who do not necessarily have MS Project installed. - Upload Microsoft Project plans and convert them to interactive... Platforms: Windows

License: Freeware Size: 184.32 KB Download (67): Microsoft Project Export to Web Download

Released: June 05, 2012  |  Added: July 03, 2012 | Visits: 5.544

Free FLV to MOV Converter Free FLV to MOV Converter, does well in converting FLV to MOV or QuickTime video format. You will not need to pay for anything, as it is freeware. But that is not all. This software can do more. Once downloaded, it will help users complete conversion free forever. Features: 1: Convert FLV... Platforms: Windows, Other

License: Freeware Size: 6.12 MB Download (915): Free FLV to MOV Converter Download

Added: September 07, 2010 | Visits: 893

Pod::POM Pod::POM is a POD Object Model. SYNOPSIS use Pod::POM; my $parser = Pod::POM->new(%options); # parse from a text string my $pom = $parser->parse_text($text) || die $parser->error(); # parse from a file specified by name or filehandle my $pom = $parser->parse_text($file) || die... Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Pod::POM Download

Added: March 26, 2010 | Visits: 1.028

Pod::Usage Pod::Usage, pod2usage() can print a usage message from embedded pod documentation. SYNOPSIS use Pod::Usage my $message_text = "This text precedes the usage message."; my $exit_status = 2; ## The exit status to use my $verbose_level = 0; ## The verbose level to use my $filehandle =... Platforms: *nix

License: Freeware Size: 97.28 KB Download (99): Pod::Usage Download

Added: January 13, 2010 | Visits: 1.911

Array::Each::Tutorial Array::Each::Tutorial - POD giving various examples how to use Array::Each. SYNOPSIS man Array::Each man Array::Each::Tutorial or perldoc Array::Each perldoc Array::Each::Tutorial Overview This tutorial contains only POD, so dont do this: use Array::Each::Tutorial; # dont do this... Platforms: *nix

License: Freeware Size: 20.48 KB Download (121): Array::Each::Tutorial Download

Added: November 09, 2010 | Visits: 1.164

PerlPoint::Import::POD PerlPoint::Import::POD is a standard PerlPoint import filter for POD. SYNOPSIS # command line: process a POD file perlpoint ... IMPORT:file.pod ... # or, in a PerlPoint source: // include a POD file with "pod" extension INCLUDE{import=1 file="example.pod"} // include a POD file... Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): PerlPoint::Import::POD Download

Added: February 09, 2010 | Visits: 880

Pod::Template Pod::Template is a Perl module for building pod documentation from templates. SYNOPSIS ### As a module ### use Pod::Template; my $parser = new Pod::Template; $parser->parse( template => documentation.ptmpl ); print $parser->as_string ### As a script ### $ podtmpl -I dir1 -I dir2... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Pod::Template Download

Added: August 15, 2010 | Visits: 754

Pod::SAX Pod::SAX is a SAX parser for Pod. SYNOPSIS my $h = XML::SAX::Writer->new(); my $p = Pod::SAX->new( Handler => $h ); $p->parse_uri(perlpodspec.pod); Very simply, this module parses POD (or perl) files and turns the Plain Old Documentation into SAX events (which often youll use to turn into... Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Pod::SAX Download

Added: September 10, 2010 | Visits: 730

Pod::PP Pod::PP is a POD pre-processor. SYNOPSIS # normally used via the podpp script require Pod::PP; my $pp = Pod::PP->make( -incpath => [h, h/sys], -symbols => { DIR => "/var/www", TMPDIR => "/var/tmp" }, ); $pp->parse_from_filehandle(*STDIN); $pp->parse_from_file("file.pp"); The... Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Pod::PP Download

Added: January 18, 2010 | Visits: 428

Pod::PXML Pod::PXML is a Perl module that contains pxml2pod and pod2pxml. SYNOPSIS use Pod::PXML; # Take from a file... open(XMLOUT, ">foo.xml") || die "cant wropen foo.xml: $!"; binmode(XMLOUT); print XMLOUT Pod::PXML::pod2xml(foo.pod); close(XMLOUT); # Take from a file, going the other way:... Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Pod::PXML Download

Added: September 10, 2010 | Visits: 611

Pod::HTML2Pod Pod::HTML2Pod Perl module can translate HTML into POD. SYNOPSIS # Use the program html2pod that comes in this dist, or: use Pod::HTML2Pod; print Pod::HTML2Pod::convert( file => my_stuff.html, # input file a_href => 1, # try converting links ); Larry Wall once said (1999-08-27, on the... Platforms: *nix

License: Freeware Size: 18.43 KB Download (92): Pod::HTML2Pod Download

Added: February 20, 2010 | Visits: 1.839

Pod::Simple::Subclassing Pod::Simple::Subclassing is a Perl module that can write a formatter as a Pod::Simple subclass. SYNOPSIS package Pod::SomeFormatter; use Pod::Simple; @ISA = qw(Pod::Simple); $VERSION = 1.01; use strict; sub _handle_element_start { my($parser, $element_name, $attr_hash_r) = @_; ... }... Platforms: *nix

License: Freeware Size: 256 KB Download (87): Pod::Simple::Subclassing Download

Added: February 20, 2010 | Visits: 971

Pod::WSDL::Doc Pod::WSDL::Doc is a Perl module that represents the WSDL pod for the documentation of methods (internal use only). SYNOPSIS use Pod::WSDL::Doc; my $doc = new Pod::WSDL::Doc(_DOC This method is for blah ...); This module is used internally by Pod::WSDL. It is unlikely that you have to... Platforms: *nix

License: Freeware Size: 27.65 KB Download (100): Pod::WSDL::Doc Download

Added: January 04, 2010 | Visits: 743

Pod::WSDL Pod::WSDL is a Perl module that creates WSDL documents from (extended) pod. SYNOPSIS use Pod::WSDL; my $pod = new Pod::WSDL(source => My::Server, location => http://localhost/My/Server, pretty => 1, withDocumentation => 1); print $pod->WSDL; Parsing the pod How does Pod::WSDL work?... Platforms: *nix

License: Freeware Size: 27.65 KB Download (91): Pod::WSDL Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 879

Pod Photo Transfer Pod Photo Transfer is professional image recovery image software that lets you easily transfer pictures from any iPod or iPhone back to your computer. Every picture on an iPod or iPhone is typically saved in 4 to 6 different formats. The standard format is 320x240. This is the output to the... Platforms: All

License: Freeware Size: 1.48 MB Download (423): Pod Photo Transfer Download

< 1 2 3 4 5 >