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

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

Maze In Perl Code

< 1 2 3 4 5 
Added: November 04, 2010 | Visits: 612

Perl6::Take Perl6::Take is a Perl module to gather/take in Perl 5. SYNOPSIS use Perl6::Take; my @foo = gather { take 5; }; EXPORT gather Accepts a block. take statements inside the dynamic scope of the block are used to accumulate a list, which is gathered as the return value of the block....



Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): Perl6::Take Download

Added: June 02, 2010 | Visits: 1.205

Archive::SelfExtract Archive::SelfExtract is a Perl module to bundle compressed archives with Perl code. SYNOPSIS use Archive::SelfExtract; # writes output script to STDOUT Archive::SelfExtract::createExtractor( "perlcode.pl", "somefiles.zip" ); # with various options: Archive::SelfExtract::createExtractor(...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Archive::SelfExtract Download

Added: August 20, 2010 | Visits: 706

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: May 11, 2010 | Visits: 754

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 (98): extproc_perl Download

Added: October 03, 2010 | Visits: 754

List::Comprehensions List::Comprehensions is a Perl module that allows for list comprehensions in Perl. SYNOPSIS use List::Comprehensions; use warnings; my @res = (); @res = comp1 { [ @_ ] } [0..4], [0..4], [0..4]; no warnings once; @res = comp2 { [$i, $j, $k] } i => [0..4], j => [0..4], k => [0..4];...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): List::Comprehensions Download

Added: September 24, 2010 | Visits: 929

PDL::Fit::Levmar PDL::Fit::Levmar is a Perl module with Levenberg-Marquardt fit/optimization routines. Levenberg-Marquardt routines for least-squares fit to functions non-linear in fit parameters. This module provides a PDL ( PDL::PDL ) interface to the non-linear fitting library levmar (written in C). Levmar...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): PDL::Fit::Levmar Download

Added: April 12, 2010 | Visits: 1.165

Apache::ASP Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including XML taglibs, XSLT rendering, and new events...


Platforms: *nix

License: Freeware Size: 512 KB Download (99): Apache::ASP Download

Added: June 18, 2010 | Visits: 801

Gtk2::Ex::Utils Gtk2::Ex::Utils is a Perl module with extra Gtk2 Utilities for working with Gnome2/Gtk2 in Perl. SYNOPSIS use Gtk2::Ex::Utils qw( :main ); # do stuff ... # Update the UI and react to pending events process_pending_events(); # do more stuff ... # Exit the program with a value of 255...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): Gtk2::Ex::Utils Download

Added: October 03, 2010 | Visits: 495

konforka konforka library is a convenience library which is supposed to soak in some code common to our projects. konforka is not likely that you want to try this out unless you need it as a dependency for other project. This is why you should not expect a lengthier description here..


Platforms: *nix

License: Freeware Size: 307.2 KB Download (87): konforka Download

Added: March 04, 2010 | Visits: 791

BwentBot BwentBot in an event driven IRC bot completely written in Perl. Its goal is to be functional without becoming bloated, and to keep overhead low to run on older systems. BwentBot has many features that make it an ideal bot for IRC channels. BwentBot is an event driven IRC bot that is completely...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (93): BwentBot Download

Added: May 15, 2010 | Visits: 985

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: June 04, 2010 | Visits: 875

Perl6::Classes Perl6::Classes project contains first class classes in Perl 5. SYNOPSIS use Perl6::Classes; class Composer { submethod BUILD { print "Giving birth to a new composern" } method compose { print "Writing some music...n" } } class ClassicalComposer is Composer { method compose { print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (92): Perl6::Classes Download

Added: October 27, 2010 | Visits: 736

Gtk2::GladeXML Gtk2::GladeXML is a Perl module that create user interfaces directly from Glade XML files. SYNOPSIS # for a pure gtk+ glade project use Gtk2 -init; use Gtk2::GladeXML; $gladexml = Gtk2::GladeXML->new(example.glade); $gladexml->signal_autoconnect_from_package(main); $quitbtn =...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): Gtk2::GladeXML Download

Added: August 26, 2010 | Visits: 868

DreamBot DreamBot is a highly experimental irc bot written in perl. Its been abandoned. It has some features, which are mostly hardcoded, and a few of the features no longer work. It doesnt follow RFC too closely, and might be incompatible. It is not so stable so you can use it at your own risk..


Platforms: *nix

License: Freeware Size: 27.65 KB Download (127): DreamBot Download

Added: April 14, 2010 | Visits: 799

gmusicbrowser gmusicbrowser is an FREE open-source jukebox written in perl..


Platforms: *nix

License: Freeware Size: 256 KB Download (96): gmusicbrowser Download

Added: October 09, 2010 | Visits: 1.057

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: 856

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

Added: February 05, 2010 | Visits: 1.483

SQLite::VirtualTable SQLite::VirtualTable is a Perl module that can create SQLite Virtual Table extensions in Perl. SYNOPSIS on Perl: package MyVirtualTable; use base SQLite::VirtualTable; sub CREATE { ... and then from your preferred SQLite application or language, as for instance, the sqlite3 shell: $...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (126): SQLite::VirtualTable Download

Added: May 06, 2010 | Visits: 934

HTML::Tree::AboutTrees HTML::Tree::AboutTrees is a article on tree-shaped data structures in Perl. This an article, not a module. The following article by Sean M. Burke first appeared in The Perl Journal #18 and is copyright 2000 The Perl Journal. It appears courtesy of Jon Orwant and The Perl Journal. This...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (91): HTML::Tree::AboutTrees Download

Added: October 09, 2010 | Visits: 1.035

Plagger Plagger is a pluggable Atom/RSS feed aggregator written in Perl. Everything is implemented as a small plugin and you can mash them up together using Plagger core API and plugin hooks. You can think of Plagger as a blosxom or qpsmtpd for RSS aggregator. Plagger comes with various plugin API...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (85): Plagger Download

< 1 2 3 4 5