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

Perl Tk Debugger freeware
Filter: All | Freeware | Demo
 

Perl Tk Debugger

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 826

Tk::PerlMethodList Tk::PerlMethodList is a Perl module to query the Symbol-table for methods (subroutines) defined in a class (package) and its parents. SYNOPSIS require Tk::PerlMethodList; my $instance = $main_window->PerlMethodList(); Tk::PerlMethodList is a Tk::Toplevel-derived widget. The window...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (87): Tk::PerlMethodList Download

Added: September 06, 2010 | Visits: 1.612

CAD::Drawing::IO::Tk CAD::Drawing::IO::Tk is a Perl module with GUI I/O methods for CAD::Drawing. This module is considered extremely pre-ALPHA and its use is probably deprecated by the time you read this. Methods There is no constructor for this class, its methods are inherited via CAD::Drawing::IO Thoughts...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (100): CAD::Drawing::IO::Tk Download

Added: June 16, 2010 | Visits: 1.613

Tk::Wizard::Installer Tk::Wizard::Installer is a Perl module for building-blocks for a software install wizard. use Tk::Wizard::Installer 1.932; my $wizard = new Tk::Wizard::Installer( -title => "Installer Test", ); $wizard->addDownloadPage( -wait => undef, #-on_error => sub { ... }, -no_retry => 1, -files =>...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (122): Tk::Wizard::Installer Download

Added: September 06, 2010 | Visits: 1.345

Tk::form Tk::form is a Perl module with a geometry manager based on attachment rules. SYNOPSIS $widget->form?(args)? $widget->formOption?(args)? The form method is used to communicate with the form Geometry Manager, a geometry manager that arranges the geometry of the children in a parent window...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (92): Tk::form Download

Added: June 01, 2010 | Visits: 935

Tk::SlideShow Tk::SlideShow is a Tk Perl module for building slide-like presentations. This module provide Perl with the ability to : - build interactive and visual presentations with Perl and Tk, - build simple slide simply, - build sophisticated slides (and even more than PowerPoint one) up to real...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (132): Tk::SlideShow Download

Added: August 04, 2010 | Visits: 746

Tk::JComboBox Tk::JComboBox is a Perl module that can create and manipulate JComboBox widgets. SYNOPSIS $jcb = $parent->JComboBox(?options); JComboBox is a composite widget that contains a text Label or Entry, a Button, and a popup Listbox. It performs the same sort of tasks that can be accomplished by...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (89): Tk::JComboBox Download

Added: November 14, 2010 | Visits: 730

Tk::MultiMediaControls Tk::MultiMediaControls is a Perl module to create media player control buttons. SYNOPSIS $mmc = $parent->MultiMediaControls(-option => value, ... ); Create multimedia controls similar to that found on Apple applications like QuickTime, iMovie, iDVD, iTunes, etcetera. This mega-widget...


Platforms: *nix

License: Freeware Size: 491.52 KB Download (87): Tk::MultiMediaControls Download

Added: May 15, 2010 | Visits: 769

Tk::Canvas Tk::Canvas Perl module can create and manipulate Canvas widgets. SYNOPSIS $canvas = $parent->Canvas(?options?); STANDARD OPTIONS -background -highlightthickness -insertwidth -state -borderwidth -insertbackground -relief -tile -cursor -insertborderwidth -selectbackground -takefocus...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (105): Tk::Canvas Download

Added: March 19, 2010 | Visits: 998

Tk::Image::Cut Tk::Image::Cut is a Perl extension for a graphic user interface to cut pictures. SYNOPSIS use Tk::Image::Cut; my $mw = MainWindow->new(); $mw->title("Picture-Cutter"); $mw->geometry("+5+5"); my $cut = $mw->Cut()->grid(); $mw->Button( -text => "Exit", -command => sub { exit(); },...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (104): Tk::Image::Cut Download

Added: January 13, 2010 | Visits: 1.431

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: April 12, 2010 | Visits: 965

Tk::Mirror Tk::Mirror is a Perl extension for a graphic user interface to update local or remote directories in both directions. SYNOPSIS # in the simplest kind and manner use Tk::Mirror; use Tk; my $mw->MainWindow->new(); $mw->Mirror()->grid(); MainLoop(); # in a detailed kind use Tk; use...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): Tk::Mirror Download

Added: September 24, 2010 | Visits: 1.109

Tk::Image::Calculation Tk::Image::Calculation is a Perl extension for graphic calculations. SYNOPSIS #------------------------------------------------- use Tk::Image::Calculation; my @points_oval = (10, 10, 30, 50); my @points_circle = (20, 20, 60, 60); my @points_polygon = (136, 23, 231, 55, 463, 390, 338, 448,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Tk::Image::Calculation Download

Added: January 09, 2010 | Visits: 2.547

Chart::Plot::Canvas Chart::Plot::Canvas is a Perl module to plot two dimensional data in an Tk Canvas. SYNOPSIS use Chart::Plot::Canvas; my $img = Chart::Plot::Canvas->new(); my $anotherImg = Chart::Plot::Canvas->new ($image_width, $image_height); $img->setData (@dataset) or die( $img->error() );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (162): Chart::Plot::Canvas Download

Added: January 24, 2010 | Visits: 1.011

Tk::Gpack Tk::Gpack module contains abbreviated geometry arguments for pack, grid and place geometry managers. This module exports four functions for each of the different geometry mananers into the Tk namespace. These functions provide a variety of styles for controlling the indevidual geometry of one,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Tk::Gpack Download

Added: May 08, 2010 | Visits: 767

Tie::Tk::Listbox Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays. The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Tie::Tk::Listbox Download

Added: June 02, 2010 | Visits: 1.128

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

Added: September 10, 2013 | Visits: 297

ptkdb ptkdb is a free/open source debugger for Perl with graphical user interface (GUI) based on Perk/Tk. ptkdb is able to run on almost any operating system. It has following features : Portable between different operating systems Unix, Windows and Linux etc. Expression Evaluation window...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (39): ptkdb Download

Added: May 12, 2006 | Visits: 6.387

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.904

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.924

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 (645): Expert Debugger Download

< 1 2 3 4 5 >