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

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

Maze In Perl Code

1 2 3 4 5 > 
Released: August 30, 2008  |  Added: October 31, 2008 | Visits: 2.873

Perl Code Library Perl Code Library is a powerful source code Library shipped with 1000+ lines of code, quick and powerful search engine, powerful printing capability, password protection, user notes & attachments handeling, favorites & rating support and more! Perl Code Library is a powerful multi-language...



Platforms: Windows

License: Shareware Cost: $79.99 USD Size: 7.48 MB Download (206): Perl Code Library Download

Added: January 08, 2010 | Visits: 1.597

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

Added: September 03, 2010 | Visits: 1.241

Perl Doxygen Filter Doxygen Filter project is an input filter for Doxygen enabling support for Perl code documentation. Of course, Perl developers are used to use POD rather than some other code documentation tools. However, most developers actually are not restricted to using one single language. Instead of...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (114): Perl Doxygen Filter Download

Added: January 07, 2010 | Visits: 1.217

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: 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: June 19, 2010 | Visits: 1.074

Tclperl Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. This package allows the execution of Perl code from a Tcl interpreter, as in: package require tclperl set interpreter [perl::interp new] $interpreter eval {print...


Platforms: *nix

License: Freeware Download (104): Tclperl Download

Added: November 05, 2010 | Visits: 790

Opcode Opcode is a Perl module created to disable named opcodes when compiling perl code. SYNOPSIS use Opcode; Perl code is always compiled into an internal format before execution. Evaluating perl code (e.g. via "eval" or "do file") causes the code to be compiled into an internal format and...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (227): Opcode Download

Added: January 25, 2010 | Visits: 829

Devel::Graph Devel::Graph module can turn Perl code into a graphical flowchart. SYNOPSIS use Devel::Graph; my $grapher = Devel::Graph->new(); my $graph = $grapher->decompose( if ($b == 1) { $a = 9; } ); print $graph->as_ascii(); # Will result in something like this: ################ # start #...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (116): Devel::Graph Download

Added: November 10, 2010 | Visits: 1.334

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: August 05, 2013 | Visits: 330

Parse::PerlConfig This module is useful for parsing a configuration file written in Perl and obtaining the values defined therein. This is achieved through the parse() function, which creates a namespace, reads in Perl code, evals it, and then examines the namespace's symbol table. Symbols are then processed into...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (46): Parse::PerlConfig Download

Released: August 24, 2012  |  Added: August 24, 2012 | Visits: 574

Code Line Counter Pro - Perl Version Code Line Counter Pro - Perl Version may be helpful for SQA, Perl programmers, project managers and other customers who need an overview of a project source code. This easy-to-use application will help you get detailed reports on the source code.With the help of Code Line Counter Pro you can...


Platforms: Windows, Other

License: Shareware Cost: $49.95 USD Size: 2.87 MB Download (51): Code Line Counter Pro - Perl Version 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

Added: October 05, 2010 | Visits: 1.275

Perl/Linux Perl/Linux is a Linux distribution where ALL programs are written in perl. Many of the programs came from Perl Power Tools (PPT). Other programs came from Jay Komineks Perl/Linux page. Other programs, I wrote or enhanced, including: plHttpd (web server), edit (aced based), vi (enhanced aced),...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (133): Perl/Linux Download

Added: July 21, 2010 | Visits: 1.564

Perl Advanced TCP Hijacking Perl Advanced TCP Hijacking is a collection of tools for inspecting and hijacking network connections written in Perl. It consists of a packet generator, an RST daemon, a sniffer, an ICMP redirection tool, an ARP redirection tool, an IDS testing tool and other. If your system supports Perl just...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (120): Perl Advanced TCP Hijacking Download

Added: February 26, 2010 | Visits: 1.591

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: January 14, 2010 | Visits: 1.339

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): Perl IRC Statistics Generator Download

Added: May 04, 2010 | Visits: 1.101

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: July 08, 2010 | Visits: 850

Benchmark Benchmark is a Perl module with benchmark running times of Perl code. SYNOPSIS use Benchmark qw(:all) ; timethis ($count, "code"); # Use Perl code in strings... timethese($count, { Name1 => ...code1..., Name2 => ...code2..., }); # ... or use subroutine references. timethese($count,...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (102): Benchmark Download

Added: January 10, 2010 | Visits: 1.752

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: June 02, 2010 | Visits: 1.129

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

1 2 3 4 5 >