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

Shift In Perl software
Filter: All | Freeware | Demo
 

Shift In Perl

< 1 2 3 4 5 > 
Added: June 02, 2010 | Visits: 1.131

Perl Chat Perl Chat is a project that consists of a client and a server, both written in perl. The goal of this project is to create a chat server that can be used on smaller networks such as a college campus or a business network. Both the client and the server are written in Perl, and the client uses...



Platforms: *nix

License: Freeware Size: 36.86 KB Download (118): Perl Chat Download

Added: May 04, 2010 | Visits: 1.102

Perl Pop3 Perl Pop3 is a POP3 server fully implemented in Perl. The advantages over other POP3 servers are that it is not a memory hog, and can be used to connect to databases for authentication. Also, its code is easy to extend for any other uses, like POP-before-SMTP and extended logging.. Get Perl...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Perl Pop3 Download

Added: April 27, 2010 | Visits: 1.260

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: May 15, 2010 | Visits: 1.020

Audio::LADSPA::Plugin Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl. SYNOPSIS use Audio::LADSPA; my (@plugin_classes) = Audio::LADSPA->plugins(); # or ... my $plugin_class = Audio::LADSPA->plugin( label => "delay_5s", id => 1043); my $plugin = $plugin_class->new($sample_rate);...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (114): Audio::LADSPA::Plugin Download

Added: August 18, 2010 | Visits: 1.038

Cmenu Cmenu is a Perl extension for menuing and data entry in perl scripts. SYNOPSIS use Cmenu; use Curses; use Text::Wrap; &menu_initialise($main_title,$advice); &menu_init($title,$sub-title,$topest,$menu_help); &menu_item($item_text,$item_label,$item_style,$item_data,$item_pos)...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (113): Cmenu Download

Added: March 25, 2010 | Visits: 1.055

infobot infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence by learning information ("factoids") from channel discussions and then responding intelligently to queries about this accumulated information. In the beginning, we had to type URLs out, or, at best, wade...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (112): infobot Download

Added: May 15, 2010 | Visits: 988

LDAP Shell LDAP Shell is an interactive LDAP shell written in Perl and allowing basic administrative functionality, such as crawling the directory tree and modifying entries. It is composed of two parts: Net::LDAP::Config, and ldapsh. Net::LDAP::Config is a library for simplifying and centralizing...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (112): LDAP Shell Download

Added: November 10, 2010 | Visits: 1.113

libdbi-drivers libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. The libdbi-drivers project...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (111): libdbi-drivers Download

Released: February 03, 2005  |  Added: March 17, 2006 | Visits: 2.377

MojoListings Manager MojoListings Manager is a powerful web content management software written in PERL on MySQL database backend that allows you to manage your listings online. If you are a company or agent and wish to manage your in- house listings in an effective and organised way, our software is the right choice...


Platforms: Windows, *nix

License: Commercial Cost: $199.00 USD Size: 976 KB Download (110): MojoListings Manager Download

Added: February 09, 2010 | Visits: 1.087

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: May 04, 2010 | Visits: 1.065

XIWA XIWA project is a web based accounting package written in Perl and postgreSQL released under the GPL. We started writing this application in 1999 when web apps were still fairly new. Although Mozilla based browsers are the focus other browsers work pretty well with the system. The 2.0 release...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (109): XIWA Download

Added: January 07, 2010 | Visits: 909

Chordpack Chordpack is a tool written in Perl, whose purpose is to typeset song-books/songs written in chordpro format. The typesetting is done through typesetting system TeX using macro package LaTeX. Chordpack was created to do whatever you might want to do with songs in chordpro format. Chordpack...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (108): Chordpack Download

Added: February 26, 2010 | Visits: 1.594

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games Download

Added: August 20, 2010 | Visits: 710

wfb2sql wfb2sql is a tool wirtten in Perl that converts the CIA World Factbook into an SQL database. It is a Perl script that extracts information from the CIA World Factbook and creates SQL statements for IBM DB/2, PostgreSQL, or MySQL. This data builds a perfect database for learning and teaching...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (106): wfb2sql Download

Added: November 14, 2010 | Visits: 905

VCS VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by , $version->author, "n"; } VCS is an API for...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): VCS Download

Released: February 03, 2005  |  Added: March 22, 2006 | Visits: 2.468

MojoDirectories MojoDirectories is a powerful web directory software written in PERL on MySQL database backend that allows you to run a free or commercial directory and charge per listings or on a recurring subscription basis on your website. If you are a company or agent and wish to manage your in-house...


Platforms: Windows, *nix

License: Commercial Cost: $199.00 USD Size: 976 KB Download (105): MojoDirectories Download

Added: January 10, 2010 | Visits: 1.753

The Pure Perl RayCaster The Pure Perl RayCaster is a small simple Ray casting application written completely in Perl without using any 3D API library or OpenGL. For the GUI, Pure Perl RayCaster uses wxPerl (WxWindows port to Perl). Pure Perl RayCaster can load a 3D object from a file (in RAW format), display the...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (104): The Pure Perl RayCaster Download

Added: May 11, 2010 | Visits: 758

extproc_perl extproc_perl allows you to write Oracle stored procedures in Perl. Whether youre looking to accomplish something thats easier to program in Perl, or youre just more comfortable programming in Perl, read on to see if extproc_perl will work for you and your Oracle database..


Platforms: *nix

License: Freeware Size: 38.91 KB Download (104): extproc_perl Download

Added: October 09, 2010 | Visits: 1.063

sirc sirc is an IRC (Internet Relay Chat) client for Unix programmed and programmable in perl, by Roger Espel Llima (aka orabidoo). sirc is much smaller than most clients, and yet has most of their features. Its divided in two parts, a dumb-mode (meaning, no full screen interface) client, dsirc,...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (102): sirc Download

Added: September 13, 2010 | Visits: 858

mplay 1.0 Beta mplay is a console based frontend for MPlayer written in Perl. MPlayer video player plays most audio and video formats. Why use mplay? Work on mplay was motivated by experience of other console based audio players. Although mplay is a front-end to MPlayer, it extends its functions in several...


Platforms: *nix

License: Freeware Size: 819.2 KB Download (101): mplay 1.0 Beta Download

< 1 2 3 4 5 >