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

Undef software
Filter: All | Freeware | Demo
 

Undef

1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.763

Template::Ast Template::Ast is a Perl module to process ASTs for Perl Template Toolkit. SYNOPSIS use Template::Ast; # Rebuild AST stored in file: $ast = Template::Ast->read(foo.ast) or die Template::Ast->error(); # Writing existing AST to file: $ast = { Marry => [24, F], John => [21, M] };...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (161): Template::Ast Download

Added: October 06, 2010 | Visits: 646

Persistent::mSQL Persistent::mSQL is a persistent class implemented using a mSQL database. SYNOPSIS use Persistent::mSQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Persistent::mSQL Download

Added: April 16, 2010 | Visits: 857

Persistent::Sybase Persistent::Sybase is a persistent class implemented using a Sybase database. SYNOPSIS use Persistent::Sybase; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Persistent::Sybase Download

Added: November 25, 2010 | Visits: 1.271

Persistent::Oracle Persistent::Oracle is a persistent class implemented using an Oracle database. SYNOPSIS use Persistent::Oracle; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Persistent::Oracle Download

Added: September 06, 2010 | Visits: 1.261

Persistent::MySQL Persistent::MySQL is a persistent class implemented using a MySQL database. SYNOPSIS use Persistent::MySQL; use English; # import readable variable names like $EVAL_ERROR eval { ### in case an exception is thrown ### ### allocate a persistent object ### my $emp = new...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): Persistent::MySQL Download

Added: February 20, 2010 | Visits: 1.006

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: August 12, 2010 | Visits: 728

Scalar::Util Scalar::Util is a selection of general-utility scalar subroutines. SYNOPSIS use Scalar::Util qw(blessed dualvar isweak readonly refaddr reftype tainted weaken isvstring looks_like_number set_prototype); Scalar::Util contains a selection of subroutines that people have expressed would be...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (97): Scalar::Util Download

Added: August 10, 2010 | Visits: 799

Gtk Gtk enums, flags, object types, arguments and signals. Gnome::AppBar (Gtk::HBox) Signals undef clear-prompt (Gnome::AppBar) undef user-response (Gnome::AppBar) Gnome::AppletWidget (Gtk::Plug) Signals undef back-change (Gnome::AppletWidget, Gtk::Enum, gpointer, gpointer) undef...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (88): Gtk Download

Added: November 26, 2010 | Visits: 1.413

Math::Logic Math::Logic is a Perl module that provides pure 2, 3 or multi-value logic. SYNOPSIS use Math::Logic qw( $TRUE $FALSE $UNDEF $STR_TRUE $STR_FALSE $STR_UNDEF ) ; # 1 0 -1 TRUE FALSE UNDEF use Math::Logic :NUM ; # $TRUE $FALSE $UNDEF -- what you normally want use Math::Logic :ALL ; # All...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (104): Math::Logic Download

Added: September 04, 2010 | Visits: 890

Data::Str2Num Data::Str2Num - int str to int; float str to float, else undef. SYNOPSIS ##### # Subroutine interface # use Data::Str2Num qw(config str2float str2int str2integer); $float = str2float($string, [@options]); (@strings, @floats) = str2float(@strings, [@options]); $integer =...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (95): Data::Str2Num Download

Added: August 03, 2013 | Visits: 204

C-style MATLAB preprocessor Simple, only supports ifdef/endif/else with define/undef and simple syntax for doing boolean expressions.My apologies to the author of the MPP package (also available). I needed something quick & dirty. Seems to work. Comes with test file.


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): C-style MATLAB preprocessor Download

Added: August 06, 2013 | Visits: 316

Net::Yadis Net::Yadis is a Perl module that performs the Yadis service discovery protocol, and parses XRDS xml documents. Methods discover This constructor performs the discovery protocol on a url and returns a yadis object that parses the XRDS document for you. eval {...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Net::Yadis Download

Added: August 03, 2013 | Visits: 438

PGP::Sign This module is designed to do one and only one thing securely and well; namely, generate and check detached PGP signatures for some arbitrary data. It doesn't do encryption, it doesn't manage keyrings, it doesn't verify signatures, it just signs things. This is ideal for applications like...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): PGP::Sign Download

Added: October 08, 2013 | Visits: 376

Data::Validate This module collects common validation routines to make input validation, and untainting easier and more readable. Most of the functions are not much shorter than their direct perl equivalent (and are much longer in some cases), but their names make it clear what you're trying to test for....


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Data::Validate Download

Added: November 24, 2013 | Visits: 372

Lirc::Client Lirc::Client is a Perl module that provides a simple interface to the Linux Infrared Remote Control (Lirc). The module encasuplates parsing the Lirc config file (.lircrc), openning a connection to the Lirc device, and retrieving events from the device. SYNOPSIS use Lirc::Client; ... my $lirc...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Lirc::Client Download

Added: July 30, 2013 | Visits: 301

Maptastic Maptastic is a Perl module that defines two maptabulous new varieties of that long-favourite map (see "map" in perlfunc). Two of these maps are more maplicious than map itself - because unlike vanilla map, it maps more than a single list! Mapendous! But the mappy feast does not stop there! No,...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Maptastic Download

Added: November 25, 2013 | Visits: 383

VMS::ICC VMS::ICC is a Perl module that provides an interface into the IntraCluster Communication services. new_service Registers a service in the cluster. The service_name, logical_name and logical_table parameters are all optional--if you leave one or more out, or pass them as undef, VMS::ICC will...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): VMS::ICC Download

Added: August 15, 2013 | Visits: 252

Collection::Categorized The idea is that, given a list of junk, you want to find order in the chaos. Write some categorizers (see below), dump your data in, and get it out in some sort of meaningful order. Collection::Categorized is a Perl module that can help you with that. SYNOPSIS use Collection::Categorized; #...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (32): Collection::Categorized Download

Added: June 26, 2013 | Visits: 175

Parallel::Prefork Parallel::Prefork is a Perl module much like Parallel::ForkManager, but supports graceful shutdown and run-time reconfiguration. SYNOPSIS use Parallel::Prefork; my $pm = Parallel::Prefork->new({ max_workers => 10, trap_signals => { TERM => 'TERM', HUP => 'TERM', USR1 => undef, } });...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (37): Parallel::Prefork Download

Added: July 19, 2013 | Visits: 392

CGI::QuickForm CGI::QuickForm is a Perl module that provides a quick and simple mechanism for providing on-line CGI forms. When show_form executes it presents the form with the fields requested. As you can see from the minimal example at the beginning of the synopsis it will default everything it possibly can...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (32): CGI::QuickForm Download

1 2 3 4 5 >