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

Pm freeware
Filter: All | Freeware | Demo
 

Pm

< 1 2 3 4 5 
Added: July 07, 2010 | Visits: 935

Inline::C Inline::C is a Perl module that can Write Perl Subroutines in C. Inline::C is a module that allows you to write Perl subroutines in C. Since version 0.30 the Inline module supports multiple programming languages and each language has its own support module. This document describes how to use...



Platforms: *nix

License: Freeware Size: 92.16 KB Download (93): Inline::C Download

Added: November 13, 2010 | Visits: 1.088

Module::Install Module::Install is a standalone, extensible Perl module installer. SYNOPSIS In your Makefile.PL: (Recommended Usage) # Load the Module::Install bundled in ./inc/ use inc::Module::Install; # Define metadata name Your-Module; all_from lib/Your/Module.pm; # Specific dependencies...





Platforms: *nix

License: Freeware Size: 79.87 KB Download (95): Module::Install Download

Added: August 10, 2010 | Visits: 1.514

Chart::Graph Chart::Graph is a Perl extension for a front-end to gnuplot, XRT, and Xmgrace. SYNOPSIS # EXAMPLE: gnuplot #make sure to include Chart::Graph use Chart::Graph:Gnuplot qw(gnuplot); gnuplot(%global_options, [%data_set_options, @matrix], [%data_set_options, @x_column, @y_column],...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (111): Chart::Graph Download

Added: July 07, 2010 | Visits: 1.174

AudioCD::Mac AudioCD::Mac is a MacPerl extension for controlling Audio CDs. SYNOPSIS #!perl -w use AudioCD; use strict; my $cd = new AudioCD; $cd->volume(255); $cd->play(2); print "Now playingn" if $cd->status == CD_PLAY; printf "Volume is %dn", $cd->volume; sleep(5); $cd->pause; print "Now...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): AudioCD::Mac Download

Added: July 17, 2010 | Visits: 1.409

Data::FormValidator::Filters::Image Data::FormValidator::Filters::Image is a filter that allows you to shrink incoming image uploads using Data::FormValidator. SYNOPSIS use Data::FormValidator::Filters::Image qw( image_filter ); # Build a Data::FormValidator Profile: my $my_profile = { required => qw( uploaded_image ),...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): Data::FormValidator::Filters::Image Download

Added: September 16, 2010 | Visits: 1.214

force-preview force-preview plugin helps reduce comment spam on a Movable Type blog. When enabled, commenters are required to preview their comment before posting. (See README file for complete description and installation directions.) Here is whats good about this plug-in: - It is extremely effective...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): force-preview Download

Added: August 20, 2010 | Visits: 1.681

cgi-postin cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts. Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): cgi-postin Download

Added: July 04, 2010 | Visits: 1.621

OpenInteract2::Manual::Tutorial OpenInteract2::Manual::Tutorial is a Perl module that will teach learn you how to create and modify a package. SYNOPSIS This tutorial will show you the different methods for creating a package and how to maintain them. CREATING THE PACKAGE A word on the example For our example were...


Platforms: *nix

License: Freeware Size: 931.84 KB Download (99): OpenInteract2::Manual::Tutorial Download

Added: February 25, 2010 | Visits: 798

Tk::PerlInheritanceTree Tk::PerlInheritanceTree is a Perl module that displays a graphical representation of the inheritance tree for a given class-name. SYNOPSIS require Tk::PerlInheritanceTree; ... my $inheritance_tree = $main_window->PerlInheritanceTree()->pack; $inheritance_tree->classname(Tk::MainWindow);...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Tk::PerlInheritanceTree Download

Added: September 19, 2010 | Visits: 968

SVG::SVG2zinc SVG::SVG2zinc is a Perl module to display or convert svg files in scripts, classes, images... SYNOPSIS use SVG::SVG2zinc; &SVG::SVG2zinc::parsefile(file.svg, Backend,file.svg, -out => outfile, -verbose => $verbose, -namespace => 0|1, -prefix => string, ); # to generate a Perl script:...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (92): SVG::SVG2zinc Download

Added: June 02, 2010 | Visits: 856

PermComb PermComb is pure perl module for performing permutations and combinations of an arbitrary list. Algorithm::Permute permutes only n out of n and requires compilation. This mod is pure perl and supports permutations and combinations taken R at a time, iteratively and both in the same object at...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (159): PermComb Download

Added: April 15, 2010 | Visits: 838

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: January 13, 2010 | Visits: 691

Regexp::MatchContext Regexp::MatchContext is Perl module to replace (and improve) $MATCH, $PREMATCH, and $POSTMATCH SYNOPSIS use Regexp::MatchContext -vars; $str = m/(?p) d+ /; print "Before: $PREMATCHn"; print "Matched: $MATCHn"; print "After: $POSTMATCHn"; $MATCH = 2 * $MATCH; # substitute into original...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Regexp::MatchContext Download

Added: October 05, 2010 | Visits: 640

Jcode Jcode is a Japanese Charset Handler. SYNOPSIS use Jcode; # # traditional Jcode::convert($str, $ocode, $icode, "z"); # or OOP! print Jcode->new($str)->h2z->tr($from, $to)->utf8; < Japanese document is now available as Jcode::Nihongo. > Jcode.pm supports both object and traditional...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (93): Jcode Download

Added: March 15, 2010 | Visits: 885

dtRdr::User dtRdr::User.pm is a user class as a Perl module. Constructor new $user = dtRdr::User->new($username); Methods init_config $user->init_config($filename);.


Platforms: *nix

License: Freeware Size: 2.8 MB Download (95): dtRdr::User Download

Added: April 11, 2010 | Visits: 621

Convert::Ethiopic Ethiopic is a Perl extension for the Ethiopic information processing library. SYNOPSIS use Convert::Ethiopic; Convert::Ethiopic.pm is an interface to the LibEth Ethiopic programmers library. Convert::Ethiopic.pm is not a comprehensive interface to the LibEth library. The LibEth Perl...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Convert::Ethiopic Download

Added: February 04, 2010 | Visits: 773

File::VirtualPath File::VirtualPath is a portable abstraction of a file/dir/url path. SYNOPSIS Content of thin shell "startup.pl": #!/usr/bin/perl use strict; use warnings; my $root = "/home/johndoe/projects/aardvark"; my $separator = "/"; if( $^O =~ /Win/i ) { $root = "c:projectsaardvark";...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (89): File::VirtualPath Download

Added: June 27, 2010 | Visits: 877

ExtUtils::ModuleMaker::TT ExtUtils::ModuleMaker::TT is a Perl module that makes skeleton modules with Template Toolkit templates. SYNOPSIS use ExtUtils::ModuleMaker; my $mmtt = ExtUtils::ModuleMaker->new ( NAME => My::New::Module, ALT_BUILD => ExtUtils::ModuleMaker::TT, TEMPLATE_DIR => ~/.perltemplates, );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (88): ExtUtils::ModuleMaker::TT Download

Added: March 20, 2010 | Visits: 1.777

GD::Dashboard GD::Dashboard is a Perl module to create JPEG graphics of meters and dials. SYNOPSIS my $dash = new GD::Dashboard(); my $g1 = new GD::Dashboard::Gauge( MIN=>0, MAX=>$empcnt, VAL=>$nopwp_cnt, NA1=>3.14/2+0.85, NA2=>3.14/2-0.85, NX=>51,NY=>77,NLEN=>50 ); $dash->add_meter(RPM, $g1);...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (143): GD::Dashboard Download

Added: July 19, 2010 | Visits: 1.023

Prime Mover Prime Mover is a build tool, not unlike make. It is designed to be small, portable, flexible, powerful, and is very easy to deploy. Prime Mover can be distributed along with your application source code and does not require your end user to have anything other than a basic C compiler in order...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (129): Prime Mover Download

< 1 2 3 4 5