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

Tk Perl freeware
Filter: All | Freeware | Demo
 

Tk Perl

< 1 2 3 4 5 > 
Added: April 26, 2010 | Visits: 888

Tk::DiffText Tk::DiffText is a Perl/Tk composite widget for colorized diffs. SYNOPSIS use Tk::DiffText; my $w = $mw->DiffText()->pack(); $w->diff($file0, $file1); This module defines a composite widget that makes it simple to provide basic "diff" functionality to your Tk applications. OPTIONS... Platforms: *nix

License: Freeware Size: 12.29 KB Download (97): Tk::DiffText Download

Added: June 11, 2010 | Visits: 885

Tk::ContextHelp Tk::ContextHelp is a context-sensitive help with perl/Tk. SYNOPSIS use Tk::ContextHelp; $ch = $top->ContextHelp; $ch->attach($widget, -msg => ...); $ch->HelpButton($top)->pack; $ch2 = $top->ContextHelp(-podfile => "perlfaq"); $ch2->attach($widget2, -pod => description); ContextHelp... Platforms: *nix

License: Freeware Size: 10.24 KB Download (95): Tk::ContextHelp Download

Added: April 12, 2010 | Visits: 970

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

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

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 24, 2010 | Visits: 1.016

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: March 21, 2010 | Visits: 1.051

ptkmixer ptkmixer is a Perl Tk Audio Mixer with an easy-to-use GUI. You will need to have Tk and Audio-Mixer perl modules to run the program.Look in the documentation section for information how to install perl modules. Tested on Peanut Linux . Type make install for default install.. Platforms: *nix

License: Freeware Size: 14.34 KB Download (131): ptkmixer Download

Added: June 23, 2010 | Visits: 949

Exploring Exploring Tk::JComboBox Perl module contains a tutorial for usage of the Tk::JComboBox widget. Overview This tutorial assumes a familiarity with basic Perl/Tk concepts. It is meant to be used alongside the JComboBox class reference. What is it and what is it good for? JComboBox is yet... Platforms: *nix

License: Freeware Size: 64.51 KB Download (100): Exploring Download

Added: May 08, 2010 | Visits: 773

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 17, 2010 | Visits: 667

Tk::bindtags Tk::bindtags can determine which bindings apply to a window, and order of evaluation. SYNOPSIS $widget->bindtags([tagList]); @tags = $widget->bindtags; When a binding is created with the bind command, it is associated either with a particular window such as $widget, a class name such as... Platforms: *nix

License: Freeware Size: 5.7 MB Download (91): Tk::bindtags Download

Added: May 04, 2010 | Visits: 693

Tk::CmdLine Tk::CmdLine contains process standard X11 command line options and set initial resources. SYNOPSIS Tk::CmdLine::SetArguments([@argument]); my $value = Tk::CmdLine::cget([$option]); Tk::CmdLine::SetResources((@resource | $resource) [, $priority]); Tk::CmdLine::LoadResources( [ -symbol... Platforms: *nix

License: Freeware Size: 5.7 MB Download (98): Tk::CmdLine Download

Added: August 08, 2010 | Visits: 1.079

Tk::after Tk::after can execute a command after a time delay. SYNOPSIS $widget->after(ms) $id = $widget->after(ms?,callback?) $id = $widget->repeat(ms?,callback?) $widget->afterCancel($id) $id = $widget->afterIdle(callback) $widget->afterInfo?($id)? $id->time(?delay?) This method is used to... Platforms: *nix

License: Freeware Size: 5.7 MB Download (93): Tk::after Download

Added: June 21, 2010 | Visits: 939

Tk::callbacks Tk::callbacks allows specifying code for Tk to call. SYNOPSIS One can specify a callback in one of the following ways: Without arguments: ... => ⊂name, ... ... => sub { ... }, ... ... => methodname, ... or with arguments: ... => [ ⊂name ?, args ...? ], ... ... => [ sub { ... }... Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::callbacks Download

Added: June 02, 2010 | Visits: 1.133

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: May 10, 2013 | Visits: 639

PHP/TK PHP/TK is an native extension for the PHP programming language that implements language bindings for TCL/TK. It provides an object-oriented interface and greatly simplifies writing client-side cross-platform GUI applications. The Tk extention functions currently only on Unix systems. To use it,... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (52): PHP/TK Download

Added: May 12, 2006 | Visits: 6.397

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

Added: January 18, 2010 | Visits: 993

GameFOX TK GameFOX TK is a Firefox extension that improves browsing of the GameFAQs message boards.. For Blood Money on the Commodore 64, GameFAQs presents a message board for game discussion and help. Platforms: *nix

License: Freeware Size: 81.92 KB Download (91): GameFOX TK 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

< 1 2 3 4 5 >