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

Cgi Program software
Filter: All | Freeware | Demo
 

Cgi Program

< 1 2 3 4 5 > 
Added: March 27, 2010 | Visits: 1.270

CGI::Portable CGI::Portable is a framework for server-generic web apps. SYNOPSIS Content of thin shell "startup_cgi.pl" for CGI or Apache::Registry env: #!/usr/bin/perl use strict; use warnings; require CGI::Portable; my $globals = CGI::Portable->new(); use Cwd; $globals->file_path_root( cwd() );... Platforms: *nix

License: Freeware Size: 95.23 KB Download (106): CGI::Portable Download

Added: October 07, 2010 | Visits: 1.022

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: April 10, 2010 | Visits: 734

Addendat Addendat is a blogging program that can accept updates from either a CGI interface or a shell interface. Additions are stored as HTML, so you can edit both entries and design in any ordinary text editor. The project is configured using a simple HTML-like config file format and supports multiple... Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): Addendat Download

Added: July 10, 2013 | Visits: 646

CGI::WebOut CGI::WebOut is a Perl module used to make CGI programmer's work more comfortable. The main idea is to handle output stream (STDOUT) to avoid any data to be sent to browser without Content-type header. Of cource, you may also send your own headers to browser using Header(). Any errors or warnings... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): CGI::WebOut Download

Added: April 07, 2006 | Visits: 6.971

Program Lock Pro Lock and unlock any program on your pc, including IE, Outlook, AOL, AIM, and more. You can even lock your control panel with one button click. Other features include the ability to choose your own message to display if anyone attempts to run one of your locked programs, and also includes... Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Shareware Cost: $29.95 USD Size: 924 KB Download (763): Program Lock Pro Download

Added: April 18, 2006 | Visits: 3.037

CGI*Star Professional Create CGI (Common Gateway Interface) scripts for any type of form. Single or multi-page form input and confirmation before submission. Mail to main and copy email addresses, with facility to mask particular IDs in copy email. Mail in plain text or HTML format. Customizable templates to compose... Platforms: Windows

License: Demo Cost: $99.00 USD Size: 2 KB Download (163): CGI*Star Professional Download

Added: January 19, 2006 | Visits: 3.974

WebGenie CGI*Star Professional Create CGI (Common Gateway Interface) scripts for any type of form. Single or multi-page form input and confirmation before submission. Mail to main and copy email addresses, with facility to mask particular IDs in copy email. Mail in plain text or HTML format. Customizable templates to compose... Platforms: Windows

License: Shareware Cost: $99.00 USD Size: 2.26 MB Download (208): WebGenie CGI*Star Professional Download

Added: March 18, 2006 | Visits: 4.025

Online Affiliate Program The most effective marketing tool to earn money on-line. Simple and easy-to-set up program. The design can be easily changed to suit you. Thousands of products, partners, ads. The full-service advertising network. Affiliates have an opportunity to check their stats and get ads on the special... Platforms: Windows, *nix

License: Demo Cost: $49.99 USD Size: 300 KB Download (203): Online Affiliate Program Download

Added: July 25, 2006 | Visits: 5.899

Taskbar Hide - hide windows program With Taskbar Hide you can fully control the taskbar.As a hide windows tool,it could hide windows program (hide applications,hide program) completely through a hotkey,also you can minimize them to the system tray instead of an icon on your taskbar.You also can close windows program anytime.For... Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 721 KB Download (816): Taskbar Hide - hide windows program Download

Added: January 09, 2006 | Visits: 3.341

AnyMini C: Character Count Program AnyMini C is automatic character count software. It is character count program for all common file formats, which supports .DOC, .RTF, .XLS, .PPT, .PPS, .HTM, .CSV, . After character count is completed, you can: view character count results on the screen; print character count results;... Platforms: Windows

License: Shareware Cost: $23.00 USD Size: 3.06 MB Download (169): AnyMini C: Character Count Program Download

Released: February 19, 2009  |  Added: February 23, 2009 | Visits: 3.247

Music Organizer Program How to Organize Music? Organize Music - easily? Organize music - automatically with the Music Organizer Program. This automatic music organizer is a music organizer program that will organize music by artist, music organizer that will organize music by album, by genre, in any folder and exactly... Platforms: Windows

License: Shareware Cost: $39.95 USD Size: 17.42 MB Download (168): Music Organizer Program Download

Added: January 18, 2010 | Visits: 1.361

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

lisp-cgi-utils lisp-cgi-utils is a CGI library for Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. lisp-cgi-utils also supports HTTP cookies for... Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): lisp-cgi-utils Download

Added: January 10, 2010 | Visits: 2.306

ip-filter-cgi ip-filter-cgi is a set of perl script to modify rules of IP Filter (IP Filter is a TCP/IP packet filter cf: http://coombs.anu.edu.au/~avalon/ip-filter.html). If you make any improvement, correction send it back to. The scripts is not complete and is provided for testing purpose.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (207): ip-filter-cgi Download

Added: September 08, 2010 | Visits: 1.199

CGI::Simple CGI::Simple is a simple totally OO CGI interface that is CGI.pm compliant. SYNOPSIS use CGI::Simple; $CGI::Simple::POST_MAX = 1024; # max upload via post default 100kB $CGI::Simple::DISABLE_UPLOADS = 0; # enable uploads $q = new CGI::Simple; $q = new CGI::Simple( { foo=>1, bar=>[2,3,4] }... Platforms: *nix

License: Freeware Size: 84.99 KB Download (103): CGI::Simple Download

Added: October 24, 2010 | Visits: 1.202

CGI::WML CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods. SYNOPSIS use CGI::WML; $query = new CGI::WML; $content = $query->p("Hello WAP world"); print $query->header(), $query->start_wml(), $query->template(-content=>$query->prev()),... Platforms: *nix

License: Freeware Size: 21.5 KB Download (101): CGI::WML Download

Added: June 15, 2010 | Visits: 1.344

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: May 18, 2010 | Visits: 1.272

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: February 20, 2010 | Visits: 1.330

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: January 04, 2010 | Visits: 1.057

CGI::Validate CGI::Validate is an advanced CGI form parser and type validation. SYNOPSIS use CGI::Validate; # GetFormData() only use CGI::Validate qw(:standard); # Normal use use CGI::Validate qw(:subs); # Just functions use CGI::Validate qw(:vars); # Just exception vars ## If you dont want it to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): CGI::Validate Download

< 1 2 3 4 5 >