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

Return Receipt freeware
Filter: All | Freeware | Demo
 

Return Receipt

< 1 2 3 4 5 
Added: April 11, 2010 | Visits: 1.178

DBIx::Class::Manual::Cookbook DBIx::Class::Manual::Cookbook is a Perl module that contains miscellaneous recipes. Paged results When you expect a large number of results, you can ask DBIx::Class for a paged resultset, which will fetch only a small number of records at a time: my $rs = $schema->resultset(Artist)->search(...



Platforms: *nix

License: Freeware Size: 286.72 KB Download (101): DBIx::Class::Manual::Cookbook Download

Added: November 16, 2010 | Visits: 863

Params::Profile Params::Profile is a Perl module for registering Parameter profiles. SYNOPSIS package Foo::Bar; use Params::Profile; ### Single profile Params::Profile->register_profile( method => subroto, profile => { testkey1 => { required => 1 }, testkey2 => { required => 1, allow => qr/^d+$/,...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Params::Profile Download

Added: April 11, 2010 | Visits: 940

Audio::Data Audio::Data is a module for representing audio data to perl. SYNOPSIS use Audio::Data; my $audio = Audio::Data->new(rate => , ...); $audio->method(...) $audio OP ... Audio::Data represents audio data to perl in a fairly compact and efficient manner using C via XS to hold data as a C...


Platforms: *nix

License: Freeware Size: 88.06 KB Download (100): Audio::Data Download

Added: August 27, 2010 | Visits: 764

AFS::CM AFS::CM is a Perl module to administer the AFS Cache Manager. SYNOPSIS use AFS::CM qw ( checkconn checkservers checkvolumes cm_access flush flushcb flushvolume getcacheparms getcellstatus getcrypt getvolstats setcrypt setcachesize setcellstatus ); my $ok = flushvolume(.); print...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (99): AFS::CM Download

Added: August 18, 2010 | Visits: 1.014

Text::Roman Text::Roman is a Perl module that converts roman algarism in integer numbers and the contrary, recognize algarisms. SYNOPSIS use Text::Roman; print roman(123); Text::Roman::roman() is a very simple algarism converter. It converts a single integer (in arabic algarisms) at a time to its...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): Text::Roman Download

Added: July 18, 2010 | Visits: 1.013

RFID::ISO15693::Tag RFID::ISO15693::Tag is an ISO15693 RFID Tag. METHODS new Returns a new RFID::ISO15693::Tag object. combine Combine two RFID::ISO15693::Tag object and returns set Set contents of the tag by a hash. get Return contents of the tag as a hash. getref Return contents of the tag as...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (224): RFID::ISO15693::Tag Download

Added: June 18, 2010 | Visits: 856

Sub::Assert Sub::Assert - Design-by-contract like pre- and postconditions, etc. SYNOPSIS use Sub::Assert; sub squareroot { my $x = shift; return $x**0.5; } assert pre => $PARAM[0] >= 1, # for the sake of simplicity post => $VOID or $RETURN <= $PARAM[0], sub => squareroot, context => novoid,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Sub::Assert Download

Added: April 22, 2010 | Visits: 1.004

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (102): Math::BigInt::Calc Download

Added: May 22, 2010 | Visits: 1.055

Math::BigInt Math::BigInt is an arbitrary size integer/float math package. SYNOPSIS use Math::BigInt; # or make it faster: install (optional) Math::BigInt::GMP # and always use (it will fall back to pure Perl if the # GMP library is not installed): # will warn if Math::BigInt::GMP cannot be found...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (89): Math::BigInt Download

Added: March 20, 2010 | Visits: 794

Software::Packager::Object Software::Packager::Object is a generic object data storage. SYNOPSIS use Software::Packager::Object; This module is used by Software::Packager for holding data for a each item added to the a software package. It provides an easy way of accessing the data for each object to be installed....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Software::Packager::Object Download

Added: July 09, 2010 | Visits: 994

Apache2::Ajax Apache2::Ajax is a mod_perl interface to CGI::Ajax. SYNOPSIS ###################################################### # in httpd.conf PerlLoadModule Apache2::MyAjaxApp < Location /ajax > SetHandler perl-script PerlResponseHandler Apache2::MyAjaxApp PJX_fn js_function_name...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): Apache2::Ajax Download

Added: April 13, 2010 | Visits: 1.939

BigInteger BigInteger is an arbitrary length integer extension module for Perl. SYNOPSIS use Math::BigInteger; The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library. The basic object in this library is a BigInteger....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): BigInteger Download

Added: June 02, 2010 | Visits: 1.082

Perlbug::Interface::Web Perlbug::Interface::Web is a web interface to perlbug database. SYNOPSIS my $o_web = Perlbug::Interface::Web->new; print $o_web->top; print $o_web->request(help); print $o_web->links; METHODS new Create new Perlbug::Interface::Web object. my $web = Perlbug::Interface::Web->new;...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (96): Perlbug::Interface::Web Download

Added: January 06, 2010 | Visits: 948

Oracle::Trace Oracle::Trace is a Perl Module for parsing Oracle Trace files. SYNOPSIS use Oracle::Trace; print Oracle::Trace->new($tracefilename)->parse->test_report; Currently the parsing and statistics are very rudimentary, and in certain matters may be fundamentally flawed - you have been warned!...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (102): Oracle::Trace Download

Added: February 27, 2010 | Visits: 607

CompBio::DB CompBio::DB is a Perl module with methods for accessing data stored according to the CompBio base schema. SYNOPSIS use CompBio::DB; my $cbdb = CompBio::DB->new({host => "foo.bar.edu"); my $AR_defs = $cbdb->get_annotation([keys %seqs]); Example code for parsing the return for a simple...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (93): CompBio::DB Download

Added: February 05, 2010 | Visits: 1.141

File::Revision File::Revision is a Perl module to return a name of non-existing backup file with a revision id. SYNOPSIS ####### # Subroutine interface # use File::Revision qw(new_revision num2revision parse_options revision2num revision_file rotate); ($file_name, $next_revsion) = new_revision($file,...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (88): File::Revision Download

Added: May 13, 2010 | Visits: 1.011

File::SmartNL File::SmartNL is a slurp text files no matter the New Line (NL) sequence. SYNOPSIS ##### # Subroutine Interface # use File::SmartNL qw(config fin fout smartnl); $old_value = config( $option ); $old_value = config( $option => $new_value); (@all_options) = config( ); $data =...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (94): File::SmartNL Download

Added: April 01, 2010 | Visits: 760

Net::Chat::Daemon Net::Chat::Daemon is a Perl module to run a daemon that is controlled via instant messaging. ABSTRACT This package is intended to serve as a superclass for objects that want to communicate via IM messages within a distributed network of client nodes and a coordinator, without dealing with the...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Net::Chat::Daemon Download

Added: March 10, 2010 | Visits: 748

Apache2::PageKit Apache2::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache2::PageKit Apache2::PageKit->startup(/path/to/pagekit/files,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (97): Apache2::PageKit Download

Added: March 24, 2010 | Visits: 765

Apache::PageKit Apache::PageKit is a MVCC web framework using mod_perl, XML and HTML::Template. SYNOPSIS In httpd.conf SetHandler perl-script PerlSetVar PKIT_ROOT /path/to/pagekit/files PerlSetVar PKIT_SERVER staging PerlHandler +Apache::PageKit < Perl>...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): Apache::PageKit Download

< 1 2 3 4 5