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

Cgi freeware
Filter: All | Freeware | Demo
 

Cgi

< 1 2 3 4 5 > 
Added: June 15, 2010 | Visits: 1.341

CGI::Minimal CGI::Minimal is a lightweight CGI form processing package. SYNOPSIS # use CGI::Minimal qw(:preload); use CGI::Minimal; my $cgi = CGI::Minimal->new; if ($cgi->truncated) { &scream_about_bad_form; exit; } my $form_field_value = $cgi->param(some_field_name); Provides a micro-weight...



Platforms: *nix

License: Freeware Size: 29.7 KB Download (99): CGI::Minimal Download

Added: August 06, 2010 | Visits: 1.511

CGI::WeT::Modules::Calendar CGI::WeT::Modules::Calendar are Perl extensions to engine to allow calendar management. SYNOPSIS use CGI::WeT::Modules::Calendar (); This module provides rendering constructs to allow navigation through a set of calendars. Support is provided for multiple types of events in multiple...





Platforms: *nix

License: Freeware Size: 40.96 KB Download (99): CGI::WeT::Modules::Calendar Download

Added: May 22, 2010 | Visits: 1.049

eformmail eformmail project is a stand-alone CGI program that accepts an HTML form and emails it. The target email address is not buried in the HTML form, making it impossible for spammers to take advantage of this email address. The output can be formatted by an XSLT processor, and form fields can be...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (99): eformmail Download

Added: February 25, 2010 | Visits: 1.454

Bundle::Application::Magic Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Application::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Bundle::Application::Magic Download

Added: May 18, 2010 | Visits: 1.270

CGI::Kwiki::New CGI::Kwiki::New is the default new wiki generator for CGI::Kwiki. A Wiki is a website that allows its users to add pages, and edit any existing pages. It is one of the most popular forms of web collaboration. If you are new to wiki, visit http://c2.com/cgi/wiki?WelcomeVisitors which is possibly...


Platforms: *nix

License: Freeware Size: 76.8 KB Download (98): CGI::Kwiki::New Download

Added: November 20, 2010 | Visits: 1.664

CGI::WeT::Modules::Basic CGI::WeT::Modules::Basic is a basic rendering engine extensions. SYNOPSIS use CGI::WeT::Modules::Basic (); This module provides basic rendering constructs for the engine. Please be aware that the code supersedes the documentation. While I have tried to be accurate there are times that words...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (98): CGI::WeT::Modules::Basic Download

Added: August 20, 2010 | Visits: 778

CGI::XMLForm CGI::XMLForm is a Perl extension of CGI.pm which reads/generates formated XML. NB: This is a subclass of CGI.pm, so can be used in its place. SYNOPSIS use CGI::XMLForm; my $cgi = new CGI::XMLForm; if ($cgi->param) { print $cgi->header, $cgi->pre($cgi->escapeHTML($cgi->toXML)); } else {...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (98): CGI::XMLForm Download

Added: April 08, 2010 | Visits: 2.798

CGI::MxScreen CGI::MxScreen is a multi-screen stateful CGI framework. SYNOPSIS require CGI::MxScreen; my $manager = CGI::MxScreen->make( -bgcolor => "#dedeef", -screens => { "state_1" => [-class => "STATE_1", -title => "Hello"], "state_2" => [-class => "STATE_2", -title => "Hello #2"], },...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (98): CGI::MxScreen Download

Added: March 17, 2010 | Visits: 1.069

CGI++ CGI++ is a C++ macro pre-processor that facilitates development of CGI/Database applications in C++. It will also process your HTML and generate form parsing classes with appropriate constructors. Many desirable features are yet to be implemented, but you can use what is already available to...


Platforms: *nix

License: Freeware Size: 92.16 KB Download (98): CGI++ Download

Added: March 19, 2010 | Visits: 1.156

CGI::Test CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (98): CGI::Test Download

Added: February 26, 2010 | Visits: 1.159

Faq-O-Matic The Faq-O-Matic is a CGI-based system that automates the process of maintaining a FAQ list. It allows visitors to your FAQ to take part in keeping it up-to-date. A permission system also makes it useful as a help-desk application, bug-tracking database, or documentation system. Jon wrote an...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (98): Faq-O-Matic Download

Added: June 14, 2010 | Visits: 1.120

CGI::Application::Magic CGI::Application::Magic is a template based framework for CGI applications. SYNOPSIS package WebApp ; use base CGI::Application::Magic ; # optional runmethod sub RM_myRunMmode { ... do_something_useful ... ... no_need_to_set_page ... ... returned_value_will_be_ignored ... } #...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (97): CGI::Application::Magic Download

Added: May 19, 2010 | Visits: 1.048

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: August 16, 2010 | Visits: 895

ClearSilver CGI Kit Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, ClearSilver CGI Kit provides a separation between presentation code and application logic which makes working with your project easier. The design of...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (97): ClearSilver CGI Kit Download

Added: March 03, 2010 | Visits: 1.094

FAUS FAUS is a Perl CGI to permit user administration through a Web interface. Samba already has a good web interface for administration known as SWAT. The problem with SWAT is that you can add user just to Samba system, not in the Unix user database (/etc/passwd). To use SWAT you have to type root...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (97): FAUS Download

Added: November 18, 2010 | Visits: 1.000

BelowVersion BelowVersion is a single-file Python CGI to browse a Subversion repository. It only needs a Web server with Python support and bindings for Subversion libraries. It bypasses the high-level client library for acceptable performance without losing features. It is written to be fast to navigate...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (96): BelowVersion Download

Added: February 20, 2010 | Visits: 1.327

CGI::Expand CGI::Expand is a Perl module that can convert flat hash to nested data using TT2s dot convention. SYNOPSIS use CGI::Expand; use CGI; # or Apache::Request, etc. $args = expand_cgi( CGI->new(a.0=3&a.2=4&b.c.0=x) ); # $args = { a => [3,undef,4], b => { c => [x] }, } # Or to catch...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (95): CGI::Expand Download

Added: June 10, 2010 | Visits: 1.427

Class::CGI Class::CGI is a Perl module to fetch objects from your CGI object. SYNOPSIS use Class::CGI handlers => { customer_id => My::Customer::Handler }; my $cgi = Class::CGI->new; my $customer = $cgi->param(customer_id); my $name = $customer->name; my $email = $cgi->param(email); # behaves...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Class::CGI Download

Added: April 22, 2010 | Visits: 1.259

CGI::Builder::Auth::UserAdmin CGI::Builder::Auth::UserAdmin is a Perl module for the management of HTTP server user databases. SYNOPSIS use CGI::Builder::Auth::UserAdmin (); 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 (95): CGI::Builder::Auth::UserAdmin Download

Added: January 12, 2010 | Visits: 1.027

CGI::Request CGI::Request is a parse client request via a CGI interface. SYNOPSIS use CGI::Request; # Simple interface: (combines SendHeaders, new and import_names) $req = GetRequest($pkg); print FmtRequest(); # same as: print $req->as_string # Full Interface: $req = new CGI::Request; # fetch...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): CGI::Request Download

< 1 2 3 4 5 >