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

Perl Gui Cgi Programming freeware
Filter: All | Freeware | Demo
 

Perl Gui Cgi Programming

1 2 3 4 5 > 
Added: May 12, 2010 | Visits: 866

Gtk2::Ex::Dialogs Gtk2::Ex::Dialogs is a Perl module with useful tools for Gnome2/Gtk2 Perl GUI design. SYNOPSIS use Gtk2::Ex::Dialogs ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (88): Gtk2::Ex::Dialogs Download

Added: October 24, 2010 | Visits: 1.122

perlfaq3 perlfaq3 Perl module contains programming tools. How do I do (anything)? Have you looked at CPAN (see perlfaq2)? The chances are that someone has already written a module that can solve your problem. Have you read the appropriate manpages? Heres a brief index: Basics perldata, perlvar,...





Platforms: *nix

License: Freeware Size: 12.2 MB Download (88): perlfaq3 Download

Released: July 23, 2012  |  Added: July 23, 2012 | Visits: 309

ezDirectory ezDirectory is an web application written in Perl using CGI and PerLDAP to interface with an LDAP database (I'm using OpenLDAP but any LDAPv3 compliant db will do). This application allows businesses to keep track of employees information and update it a


Platforms: Windows, Mac, Linux

License: Freeware Size: 6.01 KB Download (48): ezDirectory Download

Released: June 03, 2012  |  Added: June 03, 2012 | Visits: 436

FengGUI FengGUI is a highly customizable, XML centric graphical user interface (GUI) application programming interface (API) based on OpenGL for Java. It addresses game and multimedia developers.


Platforms: Windows, Mac, Linux

License: Freeware Size: 1.45 MB Download (59): FengGUI Download

Added: January 18, 2010 | Visits: 1.357

CGI::Cache CGI::Cache is a Perl extension to help cache output of time-intensive CGI scripts. WARNING The interface as of version 1.01 has changed considerably and is NOT compatible with earlier versions. A smaller interface change also occurred in version 1.20. SYNOPSIS Heres a simple example:...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): CGI::Cache Download

Added: July 04, 2010 | Visits: 1.426

CGI::Out CGI::Out is a Perl module to buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Out; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
out $query->header(); out $query->start_html( -title=>A test,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Out Download

Added: April 16, 2010 | Visits: 1.827

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

Added: February 21, 2010 | Visits: 870

Prima Prima is an extensible Perl toolkit for multi-platform GUI development. Platforms supported include Linux, Windows NT/9x/2K, OS/2 and UNIX/X11 workstations (FreeBSD, IRIX, SunOS, Solaris and others). The toolkit contains a rich set of standard widgets and has emphasis on 2D image processing...


Platforms: *nix

License: Freeware Size: 1.3 MB Download (95): Prima 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: September 05, 2010 | Visits: 1.289

mod_perl mod_perl project brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more. mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the...


Platforms: *nix

License: Freeware Size: 3.5 MB Download (97): mod_perl Download

Added: September 13, 2010 | Visits: 1.532

Java Gui Builder The Java Gui Builder program is designed to decouple the GUI building code from the rest of the application code, without hand-writing code. It allows one to describe the layout of windows and controls using an XML file. A full DTD was written to allow on-the-fly validation. Using an XML file...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (121): Java Gui Builder Download

Added: January 09, 2010 | Visits: 1.423

Piet::Interpreter Piet::Interpreter is a Perl interpreter for the Piet programming language. SYNOPSIS use Piet::Interpreter; my $p = Piet::Interpreter->new(image => my_code.gif); $p->run; Piet is a programming language in which programs look like abstract paintings. The language is named after Piet...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (242): Piet::Interpreter Download

Added: May 01, 2010 | Visits: 941

DBI::FAQ DBI::FAQ is a Perl module for the Frequently Asked Questions of the Perl5 Database Interface. What is DBI, DBperl, Oraperl and *perl? To quote Tim Bunce, the architect and author of DBI: ``DBI is a database access Application Programming Interface (API) for the Perl Language. The DBI API...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (90): DBI::FAQ Download

Added: August 19, 2010 | Visits: 718

Modwheel Modwheel Perl module is a tree-based Web framework. Most web sites are pages categorized by topic. So web sites can be viewed as a tree system where every page is a sub-tree and the page elements are nodes. Page elements can be things like articles, links, ads, news, comments and so on. In...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (95): Modwheel Download

Added: September 12, 2010 | Visits: 836

InSilicoSpectro::InSilico::MassCalculator MassCalculator is a Perl module that implements common mass computations in mass spectrometry. SYNOPSIS use InSilicoSpectro::InSilico::MassCalculator; InSilicoSpectro::InSilico::MassCalculator::init(insilicodef.xml); MassCalculator Perl library is intended to support common mass...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (90): InSilicoSpectro::InSilico::MassCalculator Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 741

AdminPro AdminPro is the only web application in the world that empowers users to upload, download, rename, chmod, delete, open, edit and save files, create, rename and remove directories - plus two-click CGI debugging - No need for shell access. No command-line script debugging. No separate text editors...


Platforms: Windows, Mac, OS/2, Unix, Linux

License: Freeware Size: 30.72 KB Download (514): AdminPro Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 678

Visual Form Mail Visual Form Mail makes it easy to create powerful and secure CGI scripts to process forms on your website. You can create scripts that validate the information entered by users, send custom email messages (such as a "thank you" or confirmation to the user or a copy of the data entered to the...


Platforms: Windows

License: Freeware Size: 829.44 KB Download (370): Visual Form Mail Download

Released: August 04, 2012  |  Added: August 04, 2012 | Visits: 1.168

PHP for Linux PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with...


Platforms: Linux

License: Freeware Size: 10 MB Download (51): PHP for Linux Download

Added: September 11, 2010 | Visits: 750

AutoSplit AutoSplit is a Perl module that can split a package for autoloading. SYNOPSIS autosplit($file, $dir, $keep, $check, $modtime); autosplit_lib_modules(@modules); This function will split up your program into files that the AutoLoader module can handle. It is used by both the standard perl...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (88): AutoSplit Download

Added: May 21, 2010 | Visits: 976

Thesaurus Thesaurus is a Perl module that maintains lists of associated items. SYNOPSIS use Thesaurus; my $th = Thesaurus->new( -files => [ file1, file2 ], -ignore_case => 1 ); @words = $th->find(vegan); %words = $th->find( Faye ); foreach $word ( @{ $words{Faye} } ) { #something ... }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (90): Thesaurus Download

1 2 3 4 5 >