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

Overridden freeware
Filter: All | Freeware | Demo
 

Overridden

< 1 2 3 4 5 > 
Added: March 16, 2010 | Visits: 963

Persistent::Base Persistent::Base is an Abstract Persistent Base Class. SYNOPSIS ### we are a subclass of ... ### use Persistent::Base; @ISA = qw(Persistent::Base); ABSTRACT This is an abstract class used by the Persistent framework of classes to implement persistence with various types of data stores.... Platforms: *nix

License: Freeware Size: 38.91 KB Download (88): Persistent::Base Download

Added: January 26, 2010 | Visits: 1.083

DBD::ODBC DBD::ODBC Perl module contains a ODBC Driver for DBI. SYNOPSIS use DBI; $dbh = DBI->connect(dbi:ODBC:DSN, user, password); Private DBD::ODBC Attributes odbc_more_results (applies to statement handle only!) Use this attribute to determine if there are more result sets available. SQL... Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): DBD::ODBC Download

Added: August 04, 2010 | Visits: 846

B::LexInfo B::LexInfo is a Perl module that shows information about subroutine lexical variables. SYNOPSIS use B::ShowLex (); my $lexi = B::ShowLex->new; Perl stores lexical variable names and values inside a padlist within the subroutine. Certain lexicals will maintain certain attributes after the... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): B::LexInfo Download

Added: February 03, 2010 | Visits: 1.000

HTTPD::GroupAdmin HTTPD::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use HTTPD::GroupAdmin (); This software is meant to provide a generic interface that hides the inconsistencies across HTTP server implementations of user and group databases. METHODS new ()... Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTTPD::GroupAdmin Download

Added: August 21, 2010 | Visits: 1.209

IMAP::Admin IMAP::Admin is a Perl module for basic IMAP server administration. SYNOPSIS use IMAP::Admin; $imap = IMAP::Admin->new(Server => name.of.server.com, Login => login_of_imap_administrator, Password => password_of_imap_adminstrator, Port => port# (143 is default), Separator => ".", #... Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): IMAP::Admin Download

Added: August 23, 2010 | Visits: 1.802

CAD::Drawing::GUI::View CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. This module provides methods to turn a CAD::Drawing object into a Zinc canvas. Overridden Methods These make me behave like a Tk widget. ClassInit $view->ClassInit(); InitObject $view->InitObject(); configure... Platforms: *nix

License: Freeware Size: 11.26 KB Download (145): CAD::Drawing::GUI::View Download

Added: March 05, 2010 | Visits: 577

Genezzo::Contrib::Clustered::Clustered Genezzo::Contrib::Clustered::Clustered is a shared data cluster support for Genezzo. SYNOPSIS genprepundo.pl gendba.pl >@havok.sql >@syshook.sql >@clustered.sql Genezzo is an extensible database with SQL and DBI. It is written in Perl. Basic routines inside Genezzo are overridden via... Platforms: *nix

License: Freeware Size: 39.94 KB Download (88): Genezzo::Contrib::Clustered::Clustered Download

Added: February 18, 2010 | Visits: 1.011

DateTime::Calendar::Pataphysical DateTime::Calendar::Pataphysical is a Perl module with dates in the pataphysical calendar. SYNOPSIS use DateTime::Calendar::Pataphysical; $dt = DateTime::Calendar::Pataphysical->new( year => 1752, month => 10, day => 4 ); DateTime::Calendar::Pataphysical is the implementation of the... Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): DateTime::Calendar::Pataphysical Download

Added: June 27, 2010 | Visits: 1.426

HTML::EmbperlObject HTML::EmbperlObject is a Perl module that extents HTML::Embperl for building whole website with reusable components and objects. SYNOPSIS < Location /foo > PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH ".htm.?|.epl$" SetHandler perl-script PerlHandler... Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): HTML::EmbperlObject Download

Added: September 18, 2010 | Visits: 1.156

Daizu::Gen::Blog Daizu::Gen::Blog is a generator for publishing a blog. To publish a blog using Daizu CMS, create a top-level directory for it and set that directorys generator class to this one. This class is a subclass of Daizu::Gen. The ways in which it differs are described below. Article URLs Article... Platforms: *nix

License: Freeware Size: 419.84 KB Download (102): Daizu::Gen::Blog Download

Added: October 03, 2010 | Visits: 1.004

Parse::Nibbler Parse::Nibbler is Perl module to parse huge files using grammars written in pure perl. Create a parser object using the ->new method. This method is provided by the Parse::Nibbler module and should not be overridden. The main functionality of the Parse::Nibbler module is the Register... Platforms: *nix

License: Freeware Size: 33.79 KB Download (91): Parse::Nibbler Download

Added: May 18, 2010 | Visits: 1.532

Test::Signature Test::Signature is a Perl module to automate SIGNATURE testing. SYNOPSIS # This is actually the t/00signature.t # file from this distribution. use Test::More tests => 1; use Test::Signature; signature_ok(); ABSTRACT Test::Signature verifies that the Module::Signature generated... Platforms: *nix

License: Freeware Size: 16.38 KB Download (197): Test::Signature Download

Added: November 07, 2010 | Visits: 929

HTTP::Server::Simple::Mason HTTP::Server::Simple::Mason is an abstract baseclass for a standalone mason server. SYNOPSIS my $server = MyApp::Server->new(); $server->run; package MyApp::Server; use base qw/HTTP::Server::Simple::Mason/; sub mason_config { return ( comp_root => /tmp/mason-pages ); } INTERFACE... Platforms: *nix

License: Freeware Size: 13.31 KB Download (95): HTTP::Server::Simple::Mason Download

Added: March 02, 2010 | Visits: 932

Basset::Container::Hash Basset::Container::Hash Perl module implements a layered hash. The easiest way to explain is with an example: my %x = (a => b); tie my %y, Basset::Container::Hash, %x; #<- %x is the parent of y. print $x{a}; #prints b print $y{a}; #prints b (inherited from x) $y{a} = foo; $y{z} = bar;... Platforms: *nix

License: Freeware Size: 143.36 KB Download (94): Basset::Container::Hash Download

Added: June 22, 2010 | Visits: 1.265

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: November 03, 2010 | Visits: 1.108

Easy SVN Browser Easy SVN is a subversion browser via the Web. Easy SVN Browser is easy because only a command line svn program and Perl are required to run it; no extra software needs to be installed. After configuring the Perl script as cgi-bin program, SVN repositories can be navigated, and entries viewed for... Platforms: *nix

License: Freeware Size: 97.28 KB Download (103): Easy SVN Browser Download

Added: March 27, 2010 | Visits: 749

ExtUtils::F77 ExtUtils::F77 is a simple Perl interface to F77 libs. This module tries to figure out how to link C programs with Fortran subroutines on your system. Basically one must add a list of Fortran runtime libraries. The problem is their location and name varies with each OS/compiler combination!... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): ExtUtils::F77 Download

Added: February 24, 2010 | Visits: 958

Unix::Conf::Bind8::DB::A Unix::Conf::Bind8::DB::A is a Class representing A records. METHODS Methods specified here are overridden. They might or not be differnt from the derived ones. For other methods refer to the METHODS section for Unix::Conf::Bind8::DB::Record. new () Arguments LABEL => string, CLASS =>... Platforms: *nix

License: Freeware Size: 77.82 KB Download (95): Unix::Conf::Bind8::DB::A Download

Added: June 01, 2010 | Visits: 2.097

cdpr cdpr is used to decode a Cisco Disovery Protocol (CDP) packet, by default it will report the device ID, the IP Address (of the device), and the port number that the machine is connected to. Optionally it will decode the entire CDP packet. This version provides the ability to include a timeout... Platforms: *nix

License: Freeware Size: 24.58 KB Download (127): cdpr Download

Added: January 08, 2010 | Visits: 1.380

Armagetron Advanced Armagetron Advanced is another version of the simple action game modeled after the lightcycle sequence of the movie Tron. In the Armagetron game, you ride a lightcycle around the game grid. You can only make sharp turns of 90 degrees and a wall constantly builds up after you. Make your... Platforms: *nix

License: Freeware Size: 1.6 MB Download (139): Armagetron Advanced Download

< 1 2 3 4 5 >