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

Pm freeware
Filter: All | Freeware | Demo
 

Pm

< 1 2 3 4 5 > 
Added: September 12, 2010 | Visits: 1.794

Tuxedo Tuxedo is a Perl extension module for Tuxedo. This module provides the following functionality... C style interface The Tuxedo perl module gives you access to almost all of the tuxedo 8.1 apis from perl. In most cases you can take the C API you already familiar with, apply perl semantics to... Platforms: *nix

License: Freeware Size: 33.79 KB Download (107): Tuxedo Download

Added: September 24, 2010 | Visits: 858

Locale::Maketext::Lexicon::Gettext Locale::Maketext::Lexicon::Gettext is a Perl module for PO and MO file parser for Maketext. SYNOPSIS Called via Locale::Maketext::Lexicon: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { de => [Gettext => hello/de.mo], }; Directly calling parse(): use... Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): Locale::Maketext::Lexicon::Gettext Download

Added: August 15, 2010 | Visits: 717

Locale::Maketext::Lexicon Locale::Maketext::Lexicon is a Perl module to use other catalog formats in Maketext. SYNOPSIS As part of a localization class, automatically glob for available lexicons: package Hello::I18N; use base Locale::Maketext; use Locale::Maketext::Lexicon { * => [Gettext =>... Platforms: *nix

License: Freeware Size: 83.97 KB Download (92): Locale::Maketext::Lexicon Download

Added: May 19, 2010 | Visits: 662

JSON::Syck JSON::Syck - JSON is YAML. SYNOPSIS use JSON::Syck; my $data = JSON::Syck::Load($json); my $json = JSON::Syck::Dump($data); JSON::Syck is a syck implementatoin of JSON parsing and generation. Because JSON is YAML (http://redhanded.hobix.com/inspect/yamlIsJson.html), using syck gives you... Platforms: *nix

License: Freeware Size: 133.12 KB Download (95): JSON::Syck Download

Added: October 11, 2010 | Visits: 1.149

XML::Filter::Dispatcher::Compiler XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules => [ a/b/c => xinline q{warn "found a/b/c"}, ],... Platforms: *nix

License: Freeware Size: 88.06 KB Download (103): XML::Filter::Dispatcher::Compiler Download

Added: June 15, 2010 | Visits: 1.343

CGI::Minimal CGI::Minimal is a lightweight CGI form processing package. SYNOPSIS # use CGI::Minimal qw(:preload); use CGI::Minimal; my $cgi = CGI::Minimal->new; if ($cgi->truncated) { &scream_about_bad_form; exit; } my $form_field_value = $cgi->param(some_field_name); Provides a micro-weight... Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): CGI::Minimal Download

Added: September 26, 2010 | Visits: 1.045

ELBot ELBot project is a bot for Eternal Lands. ELBot is a automated character (a "bot") for the Eternal Lands MMORPG. ELBot currently can do the following: Hail its master when it sees him/her Hail members of a guild Hail complete strangers w/ a configurable message. Configurable quiting... Platforms: *nix

License: Freeware Size: 19.46 KB Download (132): ELBot Download

Added: September 20, 2010 | Visits: 1.043

Sybase::RepAgent Sybase::RepAgent is a Perl extension for building a Sybase Replication Agent which talks to a Sybase Replication Server. SYNOPSIS use Sybase::RepAgent; my $ra = Sybase::RepAgent->new($repserver, $user, password, $dataserver, $database, $ltl_version); $ra->distribute(%command_tags,... Platforms: *nix

License: Freeware Size: 12.29 KB Download (153): Sybase::RepAgent Download

Added: August 17, 2010 | Visits: 1.157

tbclock tbclock is a dirty little app that displays a full screen binary clock in your terminal (using curses). It doesnt support resizing (yet). It is quite simple and features modules like guessbin a little game and chrono a timer with tenth of seconds. It was a fun way to learn curses.... Platforms: *nix

License: Freeware Size: 11.26 KB Download (103): tbclock Download

Added: November 04, 2010 | Visits: 1.025

Gnometab Gnometab aims to be a WYSIWYG guitar tablature editor. Its features include copying and pasting of tablature passages, a chord library (which the user must fill), the ability to create a variety of tablature symbols specific to the guitar, and clean-looking printed output. It does not attempt to... Platforms: *nix

License: Freeware Size: 102.4 KB Download (114): Gnometab Download

Added: January 18, 2010 | Visits: 911

VCS::PVCS VCS::PVCS is a Perl module with global configuration class for for VCS::PVCS::*. SYNOPSIS use VCS::PVCS::Project; # preferred $project = new VCS::PVCS::Project("ProjectName"); The VCS::PVCS class simply parses the PVCS global configuration files, including pvcsproj.pub and MASTER.CFG,... Platforms: *nix

License: Freeware Size: 26.62 KB Download (97): VCS::PVCS Download

Added: May 18, 2010 | Visits: 1.271

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly... Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

Added: January 08, 2010 | Visits: 1.118

Module::Install::Philosophy Module::Install::Philosophy Perl module contains the concepts behind Module::Install. SYNOPSIS This document describes the personal philosophy behind the creation of CPAN::MakeMaker (the predecessor of Module::Install). The views expressed here belong to Brian Ingerson; if they are not of... Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): Module::Install::Philosophy Download

Added: March 09, 2010 | Visits: 1.486

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think... Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: September 24, 2010 | Visits: 941

Bio::Root::Object Bio::Root::Object is a core Perl 5 object. SYNOPSIS # Use this module as the root of your inheritance tree. Object Creation require Bio::Root::Object; $dad = new Bio::Root::Object(); $son = new Bio::Root::Object(-name => Junior, -parent => $dad, -make => full); See the new() method... Platforms: *nix

License: Freeware Size: 4.7 MB Download (102): Bio::Root::Object Download

Added: June 27, 2010 | Visits: 913

blogBuddies blogBuddies provides an RSS and Atom aggregator that emulates the LiveJournal Friends page. blogBuddies gathers RSS and Atom feeds into a layout similar to the LiveJournal Friends page. It is optimized for blogs, and works with Blogger, LiveJournal, DeadJournal, GreatestJournal, Xanga, RSS, and... Platforms: *nix

License: Freeware Size: 76.8 KB Download (101): blogBuddies Download

Added: August 21, 2010 | Visits: 688

Blatte::Ws Blatte::Ws is a whitespace wrapper for Blatte objects. SYNOPSIS You probably dont want to use this module directly. Instead, use the ws functions (wrapws, unwrapws, wsof) in Blatte.pm. Blatte objects are frequently nested inside of whitespace objects, representing the whitespace that... Platforms: *nix

License: Freeware Size: 31.74 KB Download (87): Blatte::Ws Download

Added: August 15, 2010 | Visits: 634

TVSpectre TVSpectre reads the TV programme information provided by tvmovie.de. Its GUI resembles that of the free, closed source Windows client TVGhost. Installation: - Create the directory "data" unter the installation directory. - Modify TVSpectre.pm to find these directories. - If the included... Platforms: *nix

License: Freeware Size: 112.64 KB Download (88): TVSpectre Download

Added: February 20, 2010 | Visits: 1.329

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch... Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: November 15, 2010 | Visits: 1.022

Inline-Support Inline-Support is a Perl module created to support information for Inline.pm and related modules. This document contains all of the latest support information for Inline.pm and the recognized Inline Language Support Modules (ILSMs) available on CPAN. SUPPORTED LANGUAGES The most important... Platforms: *nix

License: Freeware Size: 91.14 KB Download (93): Inline-Support Download

< 1 2 3 4 5 >