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

Cgi Form software
Filter: All | Freeware | Demo
 

Cgi Form

1 2 3 4 5 > 
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: 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

Added: June 21, 2010 | Visits: 849

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: May 08, 2009 | Visits: 7.890

Form Mail: Email Form Processor Pro v4.0 Form Mail: eMail Form Processor Pro is the script that can be used to process any forms on your web site. The general use of this script is feedback forms but it can be used in a huge variety of other ways. Here are just a few features of this great product: It's easy to install and customize;... Platforms: Windows, *nix, Windows CE

License: Shareware Cost: $24.00 USD Download (765): Form Mail: Email Form Processor Pro v4.0 Download

Added: November 03, 2010 | Visits: 729

AnnoCPAN::XMLCGI AnnoCPAN::XMLCGI is a Perl module to read XML input through a CGI.pm-like interface. SYNOPSYS use AnnoCPAN::XMLCGI; my $cgi = AnnoCPAN::XMLCGI->new; my $name = $cgi->param(name); print $cgi->header; print "Hello, $name!n"; # Hello, Bob! # In STDIN... < data > < name >Bob< /name > <... Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): AnnoCPAN::XMLCGI Download

Added: September 20, 2010 | Visits: 982

Data::CGIForm Data::CGIForm is a Perl module with form data interface. Data::CGIForm is yet another way to parse and handle CGI form data. The main motivation behind this module was a simple specification based validator that could handle multiple values. You probably dont want to use this module.... Platforms: *nix

License: Freeware Size: 12.29 KB Download (95): Data::CGIForm Download

Added: May 10, 2013 | Visits: 398

AMF::Perl Open source Perl and Python implementation of Macromedia's AMF protocol Flash Remoting is a way for Flash movies running in a web browser to request structured data from the web server. The following data types are supported - strings, numbers, dates, arrays, dictionaries/hashes, objects,... Platforms: Windows, Mac, *nix, Flash,

License: Freeware Download (54): AMF::Perl Download

Added: June 30, 2013 | Visits: 476

Net::SSLeay There is a related module called Net::SSLeay::Handle included in this distribution that you might want to use instead. It has its own pod documentation. Net::SSLeay is a Perl module that offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, the same... Platforms: *nix

License: Freeware Size: 143.36 KB Download (37): Net::SSLeay Download

Released: November 06, 2002  |  Added: April 02, 2006 | Visits: 2.710

CGI Star Professional Create CGI (Common Gateway Interface) scripts for any type of form. Single or multi-pageform input and user confirmation.Mail to main and copy email addresses. Facility to mask IDs in copy email.Mail in plain text or HTML format.Customizable templates to compose mail, autoresponderand... Platforms: Windows

License: Commercial Cost: $99.00 USD Size: 2.27 MB Download (186): CGI Star Professional Download

Added: August 20, 2010 | Visits: 1.690

cgi-postin cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts. Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and... Platforms: *nix

License: Freeware Size: 6.14 KB Download (94): cgi-postin Download

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

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

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: February 08, 2010 | Visits: 859

CGI::Application::Plugin::ValidateRM CGI::Application::Plugin::ValidateRM is a Perl module to help validate CGI::Application run modes using Data::FormValidator. SYNOPSIS use CGI::Application::Plugin::ValidateRM; my $results = $self->check_rm(form_display,_form_profile) || return $self->check_rm_error_page; # Optionally,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::Application::Plugin::ValidateRM Download

Added: July 19, 2010 | Visits: 832

CGI::FormBuilder CGI::FormBuilder is a Perl module to easily generate and process stateful forms. SYNOPSIS use CGI::FormBuilder; # Assume we did a DBI query to get existing values my $dbval = $sth->fetchrow_hashref; # First create our form my $form = CGI::FormBuilder->new( name => acctinfo, method =>... Platforms: *nix

License: Freeware Size: 163.84 KB Download (101): CGI::FormBuilder Download

Added: August 31, 2008 | Visits: 1.044

Visual Form Mail Standard 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: 850 KB Download (104): Visual Form Mail Standard Download

Added: May 22, 2010 | Visits: 1.051

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: October 18, 2010 | Visits: 1.859

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 13, 2010 | Visits: 967

CGI::Enurl CGI::Enurl.pm is a Perl module for URL-encoding strings and hashes. SYNOPSIS use CGI::Enurl; %hash = (name=>Jenda Krynicky,address=>Nerudova 1016); print "Location: http://$ENV{SERVER_NAME}/cgi-bin/do.pl?",enurl %hash,"nn"; This is a little module made for CGI scripting. It encodes the... Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): CGI::Enurl Download

Added: June 22, 2010 | Visits: 1.266

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size... Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

1 2 3 4 5 >