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

Cgi freeware
Filter: All | Freeware | Demo
 

Cgi

< 1 2 3 4 5 
Added: May 27, 2010 | Visits: 1.104

HLmaps HLmaps project is a Perl/CGI script for Half-Life servers to present a list of loaded maps. HLmaps is a pair of Perl/CGI scripts for Half-Life game servers running on Linux, FreeBSD, and WinNT. It allows Web site visitors to view all your loaded maps, screen shots, download links, and some... Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): HLmaps Download

Added: October 18, 2010 | Visits: 1.856

CGI::Application::Plugin::Authentication::Driver CGI::Application::Plugin::Authentication::Driver is a Perl base module for building driver clasees for CGI::Application::Plugin::Authentication. SYNOPSIS package CGI::Application::Plugin::Authentication::Driver::MyDriver; use base qw(CGI::Application::Plugin::Authentication::Driver); sub... Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): CGI::Application::Plugin::Authentication::Driver Download

Added: April 16, 2010 | Visits: 1.832

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

CGI::AppBuilder::Table CGI::AppBuilder::Table module contains a configuration initializer. SYNOPSIS use CGI::AppBuilder::Table; my $ab = CGI::AppBuilder::Table->new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab->start_app($0, %ARGV); print $ab->disp_form($q, $ar); This class provides methods... Platforms: *nix

License: Freeware Size: 12.29 KB Download (92): CGI::AppBuilder::Table Download

Added: August 03, 2010 | Visits: 972

CGI::SpeedyCGI SpeedyCGI is a Perl module to speed up perl scripts by running them persistently. SYNOPSIS #!/usr/bin/speedy ### Your Script Here. For example: print "Content-type: text/htmlnnHello World!n"; ## ## Optionally, use the CGI::SpeedyCGI module for various things ## # Create a SpeedyCGI... Platforms: *nix

License: Freeware Size: 153.6 KB Download (92): CGI::SpeedyCGI Download

Added: October 07, 2010 | Visits: 1.021

CGI::Wrap CGI::Wrap is a buffer output when building CGI programs. SYNOPSIS use CGI; use CGI::Croak; use CGI::Wrap; $query = new CGI; savequery $query; # to reconstruct input $CGI::Out::mailto = fred; # override default of $<
run &myfunc, @myargs # a function run sub { code } # an inline... Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): CGI::Wrap Download

Added: January 25, 2010 | Visits: 1.188

CGI::Builder::Auth::GroupAdmin CGI::Builder::Auth::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use CGI::Builder::Auth::GroupAdmin (); Pay no attention to that man behind the curtain! Move along, nothing to see here! This module was originally part of the HTTPD-User-Manage... Platforms: *nix

License: Freeware Size: 51.2 KB Download (91): CGI::Builder::Auth::GroupAdmin Download

Added: June 21, 2010 | Visits: 846

CGI::FormMagick CGI::FormMagick is a Perl module to easily create CGI form-based applications. SYNOPSIS use CGI::FormMagick; my $f = new CGI::FormMagick(); # all options available to new() my $f = new CGI::FormMagick( type => file, source => $myxmlfile, ); # other types available my $f = new... Platforms: *nix

License: Freeware Size: 75.78 KB Download (91): CGI::FormMagick Download

Added: July 17, 2010 | Visits: 1.272

CGI::Wiki::Kwiki CGI::Wiki::Kwiki is an instant wiki built on CGI::Wiki. A simple-to-use front-end to CGI::Wiki. It can be used for several purposes: to migrate from a CGI::Kwiki wiki (its original purpose), to provide a quickly set up wiki that can later be extended to use more of CGI::Wikis capabilities, and... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): CGI::Wiki::Kwiki Download

Added: April 19, 2010 | Visits: 1.144

Image Display System IDS (Image Display System) is a CGI written in Perl that interactively generates a photo album website. All you need to provide are the images and (optionally) text descriptions. As you add new pictures, they will appear automatically. Each image will be displayed with information such as image... Platforms: *nix

License: Freeware Size: 665.6 KB Download (91): Image Display System Download

Added: August 09, 2010 | Visits: 1.080

CGI::Application::Plugin::PageBuilder CGI::Application::Plugin::PageBuilder is a Perl module that simplifies building pages with multiple templates. SYNOPSIS This module simplifies building complex web pages with many small piecemeal templates. Instead of sub run_mode { my $self = shift; my $header = $self->load_tmpl(... Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): CGI::Application::Plugin::PageBuilder Download

Added: July 04, 2010 | Visits: 1.438

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: October 04, 2010 | Visits: 571

kingate kingate library is an interface to CGI, conveniently enwrapped into c++ classes. You dont want to try it for your project, yet, due to its incompleteness, unless you need it as a dependency for the other project. Here is a brief overview of what it is lacking and why you dont want to use it: -... Platforms: *nix

License: Freeware Size: 307.2 KB Download (90): kingate Download

Added: April 14, 2010 | Visits: 2.834

CGI::Application::Plugin::Authentication::Store::Session CGI::Application::Plugin::Authentication::Store::Session is a session based store. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Session; use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( STORE => Session, ); This module uses a session... Platforms: *nix

License: Freeware Size: 48.13 KB Download (89): CGI::Application::Plugin::Authentication::Store::Session Download

Added: November 08, 2010 | Visits: 762

CGI::Utils CGI::Utils is a Perl module for retrieving information through the Common Gateway Interface and mod_perl. Whats New in This Release: - This release adds support for mod_perl 2 in addition to mod_perl 1. - It fixes some formatting issues with the POD documentation and adds underscore versions... Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): CGI::Utils Download

Added: June 21, 2010 | Visits: 859

CGI::Ex::Conf CGI::Ex::Conf is a Perl module with Conf Reader/Writer for many different data format types. SYNOPSIS use CGI::Ex::Conf qw(conf_read conf_write); my $hash = conf_read("/tmp/foo.yaml"); conf_write("/tmp/foo.yaml", {key1 => $val1, key2 => $val2}); ### OOP interface my $cob =... Platforms: *nix

License: Freeware Size: 215.04 KB Download (89): CGI::Ex::Conf Download

Added: April 18, 2010 | Visits: 873

Class::DBI::FormBuilder Class::DBI::FormBuilder is a Perl module with Class::DBI/CGI::FormBuilder integration. SYNOPSIS package Film; use strict; use warnings; use base Class::DBI; use Class::DBI::FormBuilder; # for indented output: # use Class::DBI::FormBuilder PrettyPrint => ALL; # POST all forms to... Platforms: *nix

License: Freeware Size: 46.08 KB Download (89): Class::DBI::FormBuilder Download

Added: July 27, 2010 | Visits: 1.250

haserl 0.8.0 / Haserl is a small cgi wrapper that enables shell scripts to be embedded into html documents. haserl is intended for environments where something like PHP is too big. It was written for Linux, but is known to run on FreeBSD. It compiles to around 10K, and a typical case is to use it to write cgi... Platforms: *nix

License: Freeware Size: 112.64 KB Download (89): haserl 0.8.0 / Download

Added: August 18, 2010 | Visits: 781

gmuck gmuck assists you in producing valid (X)HTML by checking CGI scripts, XSL stylesheets, templates, normal HTML files or [you name it] and reporting errors that it finds. The project is not a replacement for real validation tools, but is handy in quick checks and in situations where validation of... Platforms: *nix

License: Freeware Size: 23.55 KB Download (89): gmuck Download

Added: September 16, 2010 | Visits: 1.070

CGI::AppBuilder::Frame CGI::AppBuilder::Frame is a configuration initializer. SYNOPSIS use CGI::AppBuilder::Frame; my $ab = CGI::AppBuilder::Frame- >new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab- >start_app($0, %ARGV); print $ab- >disp_form($q, $ar); This class provides methods for reading... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::AppBuilder::Frame Download

< 1 2 3 4 5