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

Perl Access Dynamically Loaded Libraries freeware
Filter: All | Freeware | Demo
 

Perl Access Dynamically Loaded Libraries

< 1 2 3 4 5 > 
Added: May 02, 2010 | Visits: 1.194

Wx::Perl::Packager Wx::Perl::Packager provides a module to assist packaging Wx based applications with PAR, ActiveState PerlApp / PDK and Perl A module to assist packaging Wx based applications with PAR, ActiveState PerlApp / PDK and Perl2Exe. All that is needed is that you include a use statement as the first... Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Wx::Perl::Packager Download

Added: February 07, 2010 | Visits: 932

CVS Perl library CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface. Installation: To install this module type the following: perl Makefile.PL make make test make install. Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): CVS Perl library Download

Added: January 10, 2010 | Visits: 1.447

Anti-censorship Tools (proxyTools) ProxyTools is a package of Perl network utilities designed mainly to assist those whose Internet access is censored, unreliable, or otherwise damaged. Uncensored access is provided to any outside service required (Usenet News, Web browsing, IRC, Socks etc.). Setup requires installation of Perl... Platforms: *nix

License: Freeware Size: 552.96 KB Download (135): Anti-censorship Tools (proxyTools) Download

Added: September 12, 2010 | Visits: 1.796

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: April 09, 2010 | Visits: 1.150

WSDL::Generator WSDL::Generator is a Perl module to generate wsdl file automagically. SYNOPSIS use WSDL::Generator; my $wsdl = WSDL::Generator->new($init); Foo->a_method($param}; print $wsdl->get(Foo); You know folks out there who use another language than Perl (huh?) and you want to release a SOAP... Platforms: *nix

License: Freeware Size: 686.08 KB Download (153): WSDL::Generator Download

Added: March 03, 2010 | Visits: 738

Web Web Perl module contains a set of useful routines for many webworking purposes. This module was primarily made for UNIX/Linux-Systems. Parts of it cannot be used on other systems. E.g. the procedures for file locking demand systems that can use symlinks. If you use the modul on systems where... Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Web Download

Added: January 18, 2010 | Visits: 1.238

pconfig pconfig project is a perl script to set up... perl scripts! Allows a perl scripts configuration information to be included within the script for no need for external files. Controlled by internal comments within the script itself (the target script). The output script is also pconfig compatible... Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): pconfig Download

Added: September 07, 2010 | Visits: 969

CodeBase CodeBase is a Perl module for accessing dBASE files. ABSTRACT The CodeBase module provides a Perl 5 class for accessing dBASE files. It is a development of an earlier unpublished Perl 4 extension. SYNOPSIS Programs using the CodeBase module must include the line: use CodeBase; The... Platforms: *nix

License: Freeware Size: 30.72 KB Download (108): CodeBase Download

Added: August 04, 2010 | Visits: 1.150

Voicent Voicent is a Perl interface for making telephone calls using Voicent Gateway. You can use this interface module to make telephone calls from your perl program, provided that the Voicent Gateway is installed and can be accessed through HTTP. There is a FREE version of Voicent Gateway program... Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): Voicent Download

Added: May 06, 2010 | Visits: 692

Blatte Blatte is a Perl module with text macro/markup/template language. SYNOPSIS use Blatte; use Blatte::Builtins; my $perl = &Blatte::Parse(...some Blatte program ...); if (defined($perl)) { my $result = eval $perl; if (defined($result)) { &Blatte::traverse($result, &callback); } elsif... Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): Blatte Download

Added: July 25, 2010 | Visits: 755

PlusPlus PlusPlus is a Delphi, VB, Java-like Perl preprocessor. SYNOPSIS ### Case 1: plain script use PlusPlus; /* This is a long awaited multiline comment */ my $nested_hash = {outer => {inner => {a => 1, b => [19, 73], c => 3}}} $nested_hash.outer.inner.a = 5; # colon in variable names... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): PlusPlus Download

Added: February 04, 2010 | Visits: 733

Coy Coy is a Perl module like Carp only prettier. SYNOPSIS # In your application: # ==================== use Coy; warn "There seems to be a problem"; die "Looks like it might be fatal"; # You can add vocab in the $HOME/.coyrc file: # =========================================== noun {... Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): Coy Download

Added: June 02, 2010 | Visits: 550

Taint Taint is a Perl extension to taint variables. SYNOPSIS use Taint; taint($taintvar[, $anothervar[, $yetmorevars]]); $bool = tainted($vartocheck); taint() marks its arguments as tainted. tainted() returns true if its argument is tainted, false otherwise DIAGNOSTICS Attempt to taint... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Taint Download

Added: July 27, 2010 | Visits: 591

AlignAid AlignAid is a Perl module that easily run sequence alignments locally or on a cluster. SYNOPSIS use AlignAid; # create an AlignAid object # a single, locally run blast job is the default my $job = AlignAid->new( db => my_blast_db, dir => $dir, fasta => my_query.fa, prog_args => V=20... Platforms: *nix

License: Freeware Size: 348.16 KB Download (96): AlignAid Download

Added: November 06, 2010 | Visits: 671

Relations Relations is a Perl module with functions to use with databases and queries. SYNOPSIS use Relations; $as_clause = as_clause({full_name => "concat(f_name, ,l_name)", {status => "if(married,Married,Single)"}) $query = "select $as_clause from person"; $avoid = to_hash("virustbug","t");... Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): Relations Download

Added: June 27, 2010 | Visits: 959

MARC MARC is a Perl extension to manipulate MAchine Readable Cataloging records. SYNOPSIS use MARC; # constructors $x=MARC->new(); $x=MARC->new("filename","fileformat"); $x->openmarc({file=>"makrbrkr.mrc",format=>"marcmaker", increment=>"5", lineterm=>"n", charset=>%char_hash});... Platforms: *nix

License: Freeware Size: 80.9 KB Download (92): MARC Download

Added: September 14, 2010 | Visits: 1.233

Bundle::Colloquy::BotBot2 Bundle::Colloquy::BotBot2 is a bundle to install all modules required for BotBot2. SYNOPSIS perl -MCPAN -e install Bundle::Colloquy::BotBot2 CONTENTS Colloquy::Bot::Simple - Simple robot interface for Colloquy Colloquy::Data - Read Colloquy 1.3 and 1.4 data files Config::General -... Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Bundle::Colloquy::BotBot2 Download

Added: September 25, 2010 | Visits: 806

JNI JNI is a Perl encapsulation of the Java Native Interface. SYNOPSIS use JNI; Exported constants JNI_ABORT JNI_COMMIT JNI_ERR JNI_FALSE JNI_H JNI_OK JNI_TRUE. Platforms: *nix

License: Freeware Size: 38.91 KB Download (86): JNI Download

Added: January 25, 2010 | Visits: 963

Plagger::Plugin::Filter::YahooBlogSearchPermalink Plagger::Plugin::Filter::YahooBlogSearchPermalink is a Perl module that can fix Yahoo! Blog Search permalink. SYNOPSIS THIS MODULE IS DEPRECATED. USE Filter::TruePermalink INSTEAD - module: Filter::YahooBlogSearchPermalink This plugin replaces Yahoo! Blog Search feeds redirector URL with... Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Plagger::Plugin::Filter::YahooBlogSearchPermalink Download

Added: May 18, 2010 | Visits: 1.414

Clone Clone is a Perl module that can recursively copy Perl datatypes. SYNOPSIS use Clone; push @Foo::ISA, Clone; $a = new Foo; $b = $a->clone(); # or use Clone qw(clone); $a = { foo => bar, move => zig }; $b = [ alpha, beta, gamma, vlissides ]; $c = new Foo(); $d = clone($a); $e =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (174): Clone Download

< 1 2 3 4 5 >