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

Maze In Perl Code freeware
Filter: All | Freeware | Demo
 

Maze In Perl Code

< 1 2 3 4 5 > 
Added: November 02, 2010 | Visits: 1.089

Grinch Grinch is a small script written in Perl which can be used to check whether a given address is an open mail relay host. It can operate as a daemon and speaks the tcp_map protocol implemented in Postfix in that case. Its also possible to use it in arbitrary shell script environments where the...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (123): Grinch 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

Added: June 15, 2010 | Visits: 747

Glubs Glubs is written in Perl and its a clubbing system similar to Yahoo! or MSN Groups. Users browse through a category-hierarchy and create clubs to share news, files, pics, links and a calendar with friends. Some of the core features are multi-language and -timezone support, and custom HTML...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (87): Glubs Download

Added: September 04, 2010 | Visits: 938

Resources Resources is a Perl module to handle application defaults in Perl. SYNOPSIS use Resources; $res = new Resources; $res = new Resources "resfile"; Resources are a way to specify information of interest to program or packages. Applications use resource files to specify and document the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Resources Download

Added: August 19, 2010 | Visits: 1.235

Gluon Gluon is a simple decision-tree daemon, written in Perl, that executes external programs (scripts) to determine the path-flow within the decision-tree. Gluon project essentially operates as a basic IF-THEN-ELSE expert system that can be used to monitor and take action..


Platforms: *nix

License: Freeware Size: 25.6 KB Download (207): Gluon 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

Added: May 07, 2010 | Visits: 539

kcheckmail kcheckmail project is a very simple biff utility written in perl. In its intended usage, it forks into the background, connects to an IMAP server and pops up the From and Subject headers whenever it sees an unread email. All user interaction is done through kdialog. I could not find any tool or...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (91): kcheckmail Download

Added: May 20, 2010 | Visits: 748

sadlittlewebjournal sadlittlewebjournal is a Weblog written in Perl that utilizes PostgreSQL or MySQL and a straightforward ASCII interface. Site maintenance is done via an intuitive backend that allows one to add, delete, and modify previous entries. Other features include an integrated guestbook, a Web stat...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (89): sadlittlewebjournal Download

Added: February 26, 2010 | Visits: 869

Emacs::Lisp Emacs::Lisp provides support for writing Emacs extensions in Perl. Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (92): Emacs::Lisp Download

Added: September 23, 2010 | Visits: 1.480

e-Bot e-Bot is an IRC bot written in Perl. Its main functioning is based on the Socket.pm Perl module, which makes possible its use on most servers that support Perl. This software will require Perl 5. You should be able to start up just by running infobot. If you are using macperl, you will...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (150): e-Bot 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: February 27, 2010 | Visits: 991

B::Fathom B::Fathom a Perl module to evaluate the readability of Perl code. SYNOPSIS perl -MO=Fathom < script > or perl -MO=Fathom,-v < script > where