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

Perl Debugger freeware
Filter: All | Freeware | Demo
 

Perl Debugger

1 2 3 4 5 > 
Added: July 01, 2010 | Visits: 770

Devel::tcltkdb Devel::tcltkdb is a Perl debugger using a Tk GUI. tcltkdb is a debugger for perl that uses perl+Tcl/Tk for a user interface.. Platforms: *nix

License: Freeware Size: 317.44 KB Download (91): Devel::tcltkdb Download

Added: February 24, 2010 | Visits: 877

Devel::ptkdb Devel::ptkdb is a Perl debugger using a Tk GUI. ptkdb is a debugger for perl that uses perlTk for a user interface.. Platforms: *nix

License: Freeware Size: 38.91 KB Download (95): Devel::ptkdb Download

Added: January 13, 2010 | Visits: 1.436

Data Display Debugger GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. Besides "usual front-end features such as viewing source texts, DDD has become famous through its interactive graphical data... Platforms: *nix

License: Freeware Size: 7.3 MB Download (147): Data Display Debugger Download

Added: May 10, 2013 | Visits: 457

GNU DDD GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, JDB, XDB, the Perl debugger, the bash debugger, or the Python debugger. Besides ``usual'' front-end features such as viewing source texts, DDD has become famous through its interactive graphical data... Platforms: *nix, C/C++, BSD

License: Freeware Download (54): GNU DDD Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 593

EPIC - Eclipse Perl Integration EPIC is an opensource Perl IDE for the Eclipse platform. Features supported are syntax highlighting, on the fly syntax check, content assist, perldoc support, source formatter, templating support, regular expression plugin and a Perl debugger. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 3.39 MB Download (62): EPIC - Eclipse Perl Integration Download

Added: September 24, 2010 | Visits: 1.381

EPIC EPIC is a Perl IDE based on the Eclipse platform. Features supported are syntax highlighting, on-the-fly syntax checking, content assistance, Perldoc support, a source formatter, templating support, and a Perl debugger. A regular expression plugin and support for the eSpell spellchecker are... Platforms: *nix

License: Freeware Size: 3.4 MB Download (158): EPIC Download

Added: October 16, 2010 | Visits: 752

Devel::Carnivore Devel::Carnivore is a Perl module to spy on your hashes (and objects). SYNOPSIS use Devel::Carnivore; sub new_attribute { my %self : Watch("myName") = (); bless %self, shift; } sub new_functional { my $self = {}; watch $self, "myName"; bless $self } sub new_blessed { my $self =... Platforms: *nix

License: Freeware Size: 7.17 KB Download (96): Devel::Carnivore Download

Added: October 11, 2013 | Visits: 333

ClearCase::ClearPrompt ClearCase::ClearPrompt is a Perl module that provides various areas of functionality, each based on clearprompt in some way but otherwise orthogonal. These are: - Clearprompt Abstraction Provides a simplified interface to the clearprompt program, taking care of creating and removing temp files... Platforms: *nix

License: Freeware Size: 20.48 KB Download (38): ClearCase::ClearPrompt Download

Added: May 12, 2006 | Visits: 6.396

Perl Express A free integrated development environment (IDE) for Perl with multiple tools for writing and debugging your scripts. It features multiple CGI scripts for editing, running, and debugging; multiple input files; full server simulation; queries created from an internal Web browser or query editor;... Platforms: Windows

License: Freeware Size: 3.29 MB Download (910): Perl Express Download

Added: November 18, 2006 | Visits: 3.911

EngInSite Perl Editor Lite If you've used Windows programming tools like Visual Basic, Visual C++ or Delphi, EngInSite Perl Editor's IDE will be familiar to you. If not, you'll find that the visual environment can give you a dramatic productivity boost! You will value syntax highlighting for PERL, HTML and other... Platforms: Windows

License: Freeware Size: 3.14 MB Download (384): EngInSite Perl Editor Lite Download

Released: August 29, 2008  |  Added: July 30, 2009 | Visits: 5.935

Expert Debugger Expert Debugger is a free easy-to-use tool for debugging PHP scripts. Expert Debugger uses the DBG PHP Debugger and allow to debug scripts via network or on local computer. You can run scripts in step-by-step mode and to trace values of any variables and script output. The debugger has a... Platforms: Windows

License: Freeware Size: 1.83 MB Download (651): Expert Debugger Download

Added: January 15, 2010 | Visits: 1.317

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: January 22, 2010 | Visits: 1.546

Alien Perl module Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just motivation for Alien. Why James and I ended up... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Alien Perl module Download

Added: July 21, 2010 | Visits: 1.571

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: April 18, 2010 | Visits: 957

Digest::Perl::MD4 Digest::Perl::MD4 is a Perl implementation of Ron Rivests MD4 Algorithm. This is not C-code interface (like Digest::MD5) but a Perl-only implementation of MD4 (like Digest::Perl::MD5). Because of this, it is slow but avoids platform specific complications. For efficiency you should use... Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Digest::Perl::MD4 Download

Added: March 01, 2010 | Visits: 934

Digest::MD5::Perl Digest::MD5::Perl is a Perl implementation of Ron Rivests MD5 Algorithm. This is not an interface (like Digest::MD5) but a Perl implementation of MD5. It is written in perl only and because of this it is slow but it works without C-Code. You should use Digest::MD5 instead of this module if it... Platforms: *nix

License: Freeware Size: 73.73 KB Download (138): Digest::MD5::Perl Download

Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock - Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. He also suggests that, in newer... Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Download

Added: February 04, 2010 | Visits: 1.237

Syntax::Highlight::Perl Syntax::Highlight::Perl is a Perl module that can highlight Perl Syntactical Structures. SYNOPSIS # simple procedural use Syntax::Highlight::Perl :BASIC; # or :FULL print format_string($my_string); # OO use Syntax::Highlight::Perl; my $formatter = new Syntax::Highlight::Perl; print... Platforms: *nix

License: Freeware Size: 33.79 KB Download (115): Syntax::Highlight::Perl Download

Added: January 18, 2010 | Visits: 1.508

Perl OS Perl OS is a program written in the Perl programming language combined with the Perl module Tk. Perl OS was created to make an easy interface to run Perl/Tk programs. It was also created to be an easy working environment complete with a text editor, paint program, and more. The program comes... Platforms: *nix

License: Freeware Size: 143.36 KB Download (101): Perl OS Download

Added: January 08, 2010 | Visits: 1.608

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

1 2 3 4 5 >