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

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

Maze In Perl Code

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

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: January 07, 2010 | Visits: 1.218

Natural Docs Feb 10, Natural Docs is an extensible, multi-language, source code documentation generator written in Perl. Its syntax is transparent so the source comments read just as easily as the generated documentation. Natural Docs also focuses on automation and high-quality HTML output. Keep in mind that if...





Platforms: *nix

License: Freeware Size: 307.2 KB Download (96): Natural Docs Feb 10, Download

Added: August 13, 2010 | Visits: 823

Inline::Lua Inline::Lua is a Perl extension for embedding Lua scripts into Perl code. SYNOPSIS use Inline Lua; print "The answer to life, the universe and everything is ", answer(6, 7), "n"; __END__ __Lua__ function answer (a, b) return a*b end Inline::Lua allows you to write functions in Lua....


Platforms: *nix

License: Freeware Size: 24.58 KB Download (96): Inline::Lua Download

Added: April 03, 2010 | Visits: 1.118

Acme::EyeDrops Acme::EyeDrops is a Perl module for visual programming in Perl. SYNOPSIS use Acme::EyeDrops qw(sightly); print sightly( { Shape => camel, SourceFile => eyesore.pl } ); Acme::EyeDrops converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Acme::EyeDrops Download

Added: March 19, 2010 | Visits: 702

GoldenPod GoldenPod is a podcast client (or podcast aggregator, or podcatcher, feel free to pick whichever name you want) written in perl. It supports multiple ways to work. GoldenPod supports reading configuration files in ~/.goldenpod/ and then saving the podcasts to the directory defined there. It...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (96): GoldenPod Download

Added: October 03, 2010 | Visits: 759

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: April 14, 2010 | Visits: 802

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


Platforms: *nix

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

Added: August 13, 2008 | Visits: 1.255

Relax Relax is a free GPL licensed, multi-platform web server log analyzer written in Perl. This tool can be used to track which search engines, search keywords and referring URLs led visitors to the web site, to track down bad links and to analyze what keywords to bid at pay-per-click search engines....


Platforms: DOS, Windows, *nix

License: Freeware Size: 127 KB Download (96): Relax Download

Added: May 11, 2010 | Visits: 793

mp3overdog mp3overdog is a multi-user streaming audio system implemented in Perl using Icecast and NET::AIM. Each user of this system can control its individual stream via AOL instant messenger. There are quite a number of other projects that have implemented a similar control system for icecast. Most are...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): mp3overdog Download

Added: February 21, 2010 | Visits: 866

Audio::TagLib::AudioProperties Audio::TagLib::AudioProperties is a simple, abstract interface to common audio properties. DESCRIPTION The values here are common to most audio formats. For more specific, codec dependant values, please see see the subclasses APIs. This is meant to compliment the Audio::TagLib::File and...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (96): Audio::TagLib::AudioProperties Download

Added: September 23, 2010 | Visits: 779

Perl6::Gather Perl6::Gather is a Perl module that implements the Perl 6 gather/take control structure in Perl 5. SYNOPSIS use Perl6::Gather; @list = gather { # Try to extract odd numbers and odd number names... for (@data) { if (/(one|three|five|nine)$/) { take qq{$_}; } elsif (/^d+$/ && $_ %2) {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Perl6::Gather Download

Added: September 04, 2010 | Visits: 935

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: September 20, 2010 | Visits: 650

COPE COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a 1-character perl string, like a. octet octet is...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): COPE Download

Added: March 07, 2010 | Visits: 1.014

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import Download

Added: October 27, 2010 | Visits: 738

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: January 18, 2010 | Visits: 981

Eidetic Eidetic project is a middleware library for creating database applications in Perl. Eidetic is a middleware library for building database driven applications with Perl and Template::Toolkit. It provides handlers for displaying, editing, searching, and administrating data. It provides an...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (94): Eidetic Download

Added: March 26, 2010 | Visits: 824

WebCache::Digest WebCache::Digest is a Cache Digest implementation in Perl. SYNOPSIS use WebCache::Digest; # fetching a digest via HTTP $d = new WebCache::Digest; $d->fetch("flibbertigibbet.swedish-chef.org", 3128); # dump header fields out for info print STDERR $d->dump_header(); # saving a digest...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (94): WebCache::Digest Download

Added: January 14, 2010 | Visits: 1.734

Sort::Key Sort::Key is the fastest way to sort anything in Perl. SYNOPSIS use Sort::Key qw(keysort nkeysort ikeysort); @by_name = keysort { "$_->{surname} $_->{name}" } @people; # sorting by a numeric key: @by_age = nkeysort { $_->{age} } @people; # sorting by a numeric integer key: @by_sons =...


Platforms: *nix

License: Freeware Size: 56.32 KB Download (94): Sort::Key Download

Added: September 15, 2010 | Visits: 820

Devel::DProf Devel::DProf is a Perl code profiler. SYNOPSIS perl5 -d:DProf test.pl The Devel::DProf package is a Perl code profiler. This will collect information on the execution time of a Perl script and of the subs in that script. This information can be used to determine which subroutines are using...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): Devel::DProf Download

Added: January 15, 2010 | Visits: 1.314

LibCVS Perl LibCVS Perl simplifies the job of writing tools around CVS by providing Perl libraries that programmers can access directly in their code. Its current focus is libraries that use the cvsclient protocol to talk to a CVS server and are targetted at the development of client applications....


Platforms: *nix

License: Freeware Size: 87.04 KB Download (93): LibCVS Perl Download

< 1 2 3 4 5 >