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

Return freeware
Filter: All | Freeware | Demo
 

Return

< 1 2 3 4 5 > 
Added: April 22, 2010 | Visits: 1.010

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: January 06, 2010 | Visits: 951

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: September 13, 2010 | Visits: 887

Data::Faker::DateTime Data::Faker::DateTime is a Data::Faker plugin. DATA PROVIDERS unixtime Return a unix time (seconds since the epoch) for a random time between the epoch and now. date Return a random date as a string, using a random date format (see date_format). time Return a random time as a... Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Data::Faker::DateTime Download

Added: April 11, 2010 | Visits: 1.183

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: April 11, 2010 | Visits: 948

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: November 16, 2010 | Visits: 869

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: August 27, 2010 | Visits: 767

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: July 08, 2010 | Visits: 786

IPC::LDT IPC::LDT is a Perl module that implements a length based IPC protocol. Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is... Platforms: *nix

License: Freeware Size: 13.31 KB Download (98): IPC::LDT Download

Added: October 20, 2010 | Visits: 828

Contextual::Return Contextual::Return is a Perl module to create context-senstive return values. SYNOPSIS use Contextual::Return; use Carp; sub foo { return SCALAR { thirty-twelve } BOOL { 1 } NUM { 7*6 } STR { forty-two } LIST { 1,2,3 } HASHREF { {name => foo, value => 99} } ARRAYREF { [3,2,1] }... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Contextual::Return Download

Added: March 10, 2010 | Visits: 752

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: August 15, 2008 | Visits: 809

Return of the Llama The llama is the typical animal of Peru, and there are few scenes more worthy of it than the impressive vista of Machu Pichu. This great moment has been captured perfectly for this Windows wallpaper. The portrait of the llama alone is incredible, but together with the setting creates a magical... Platforms: Windows

License: Freeware Size: 2 KB Download (96): Return of the Llama Download

Added: August 16, 2008 | Visits: 806

VUFT VUFT is designed to return drive properties (drive and file system type, free and used space) in the exit code/ERRORLEVEL variable, so these properties can be queried and used in script/batch files. The VUFT program is FREEWARE, provided you DO NOT make any modifications in the program or in the... Platforms: Windows

License: Freeware Size: 32 KB Download (96): VUFT Download

Added: March 20, 2010 | Visits: 799

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: June 02, 2010 | Visits: 1.085

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: May 08, 2010 | Visits: 912

WebService::MusicBrainz WebService::MusicBrainz is a Perl module that will act as a factory using static methods to return specific web service objects. SYNOPSIS use WebService::MusicBrainz; my $artist_ws = WebService::MusicBrainz->new_artist(); my $track_ws = WebService::MusicBrainz->new_track(); my $release_ws... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): WebService::MusicBrainz Download

Added: August 21, 2010 | Visits: 1.001

Yahoo::Marketing::BidInformationService Yahoo::Marketing::BidInformationService is an object that provides operations that return the current bid and cutoff bid required for a keyword to make it to best rank. You can use this information to optimize your keyword bid in real-time. SYNOPSIS See EWS documentation online for available... Platforms: *nix

License: Freeware Size: 67.58 KB Download (95): Yahoo::Marketing::BidInformationService Download

Added: May 12, 2010 | Visits: 669

VTKRendering VTKRendering is a Perl interface to VTKRendering library. Graphics::VTK::OpenGLRenderWindow Inherits from RenderWindow Functions Supported for this class by the PerlVTK module: (To find more about their use check the VTK documentation at http://www.kitware.com.) const char *GetClassName... Platforms: *nix

License: Freeware Size: 675.84 KB Download (95): VTKRendering Download

Added: March 24, 2010 | Visits: 769

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

Added: May 13, 2010 | Visits: 1.014

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: 764

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

< 1 2 3 4 5 >