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

Mail Form Cgi software
Filter: All | Freeware | Demo
 

Mail Form Cgi

< 1 2 3 4 5 > 
Added: October 18, 2010 | Visits: 1.854

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: 964

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: April 11, 2010 | Visits: 1.188

Mail::DKIM::Signature Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method => "relaxed", ] [ Domain => "example.org", ] [...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (98): Mail::DKIM::Signature Download

Added: June 22, 2010 | Visits: 1.261

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

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

Added: March 09, 2010 | Visits: 1.075

Mail::RFC822::Address Mail::RFC822::Address is a Perl extension for validating email addresses according to RFC822. SYNOPSIS use Mail::RFC822::Address qw(valid validlist); if (valid("pdw@ex-parrot.com")) { print "Thats a valid addressn"; } if (validlist("pdw@ex-parrot.com, other@elsewhere.com")) { print...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (104): Mail::RFC822::Address Download

Added: November 13, 2010 | Visits: 905

CGI::SecureState CGI::SecureState is a transparent, secure statefulness for CGI programs. SYNOPSIS use CGI::SecureState; my @memory = qw(param1 param2 other_params_to_remember); my $cgi = new CGI::SecureState(-stateDir => "states", -mindSet => forgetful, -memory => @memory); print $cgi->header(),...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (100): CGI::SecureState Download

Added: April 10, 2010 | Visits: 3.667

Quinti Secure Contact Form Quinti Secure Contact Form is a contact form for Web pages that is not vulnerable to robots who would abuse such forms for sending spam. It uses both JavaScript field validators and CAPTCHA for verifying the validity of the sender. Quinti Secure Contact Form is easy to install and configure,...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 3.5 MB Download (173): Quinti Secure Contact Form Download

Added: April 08, 2010 | Visits: 2.799

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: February 25, 2010 | Visits: 773

CGI::Application::Plugin::RateLimit CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email. Youd like to allow your users to send you messages, but thousands of messages from a...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): CGI::Application::Plugin::RateLimit 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: February 11, 2010 | Visits: 1.670

Mail::Webmail::Yahoo Mail::Webmail::Yahoo is a Perl module that enables bulk download of yahoo.com -based webmail. SYNOPSIS use Mail::Webmail::Yahoo; $yahoo = Mail::Webmail::Yahoo->new(%options); @folders = $yahoo->get_folder_list(); @messages = $yahoo->get_mail_messages(Inbox, all); # Write messages to disk...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (100): Mail::Webmail::Yahoo 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: January 25, 2010 | Visits: 602

Mail Convert So you have a lot of web site submissions in your mail box... how do you process them into something useful? Mail Convert will convert your web site form submissions into a usable text file format. The text file can then be imported into any application supporting tab delimited text.


Platforms: Mac

License: Shareware Cost: $0.00 USD Download (87): Mail Convert Download

Released: February 07, 2012  |  Added: March 04, 2012 | Visits: 1.737

FormMail Lite FormMail Lite is a free PHP form mail script. This allows you to put a contact form on your website. Download and create a variety of online forms using our easy form mail creator. FormMail Lite is 100% free. FormMail Lite includes a simple database feature that works as a flat file database. The...


Platforms: Windows, Mac, *nix, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Not Applicable,Handheld/Mobile Other,Java,Symbian,OpenVMS,Netware

License: Freeware Size: 20 KB Download (128): FormMail Lite Download

Released: August 09, 2012  |  Added: August 09, 2012 | Visits: 1.095

PHP Form Builder Pro PHP Form Builder is a highly advanced application that you can install in your own PC for building unlimited number of PHP Dynamic forms which can be used on any web server, containing all types of information field (text boxes, lists, upload fields, countries of the world, email box, etc.). The...


Platforms: Windows, Mac, M

License: Shareware Cost: $25.00 USD Size: 2.26 MB Download (404): PHP Form Builder Pro Download

Released: January 01, 2013  |  Added: January 01, 2013 | Visits: 87.686

Contact Form Generator by StivaSoft Contact Form Generator script is an easy-to-use PHP script for creating contact and email forms. The script allows you to create different web forms containing text fields, drop down boxes, radio buttons, checkboxes, text areas and file up loader or date picker. Using the Contact Form Generator...


Platforms: Windows, Mac, Unix, Linux, Linux Open Source, MS-DOS, Palm OS 6.0, Not Applicable

License: Demo Cost: $28.00 USD Size: 126 KB Download (53): Contact Form Generator by StivaSoft Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 1.006

VeryPDF Form Filler SDK Server License PDF Form Filler, Fill PDF Forms, Save PDF Forms, PDF Form Filling, Edit PDF Forms, Fill PDF forms with PDF Form Filler. VeryPDF PDF Form Filler allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download. PDF Form Filler can be used to save interactive Adobe...


Platforms: Windows

License: Shareware Cost: $249.00 USD Size: 1.89 MB Download (513): VeryPDF Form Filler SDK Server License Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 1.075

VeryPDF Form Filler SDK Developer License PDF Form Filler, Fill PDF Forms, Save PDF Forms, PDF Form Filling, Edit PDF Forms, Fill PDF forms with PDF Form Filler. VeryPDF PDF Form Filler allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download. PDF Form Filler can be used to save interactive Adobe...


Platforms: Windows

License: Shareware Cost: $699.00 USD Size: 1.89 MB Download (588): VeryPDF Form Filler SDK Developer License Download

Released: July 09, 2012  |  Added: July 09, 2012 | Visits: 771

PDF Form Filling PDF Form Filling, Fill PDF Forms, Save PDF Forms, PDF Form Filling, Edit PDF Forms, Fill PDF forms with PDF Form Filling. VeryPDF PDF Form Filling allows you to fill interactive PDF forms without the need for Adobe Acrobat, free download. PDF Form Filling can be used to save interactive Adobe...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 2.23 MB Download (521): PDF Form Filling Download

< 1 2 3 4 5 >