Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.
/ forms.pl Public archive

A collection of perl scripts designed for dealing with form submissions.

License

Notifications You must be signed in to change notification settings

UrsaDK/forms.pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Forms In Perl

Status: ARCHIVED - Fully functional, but missing tests

A collection of scripts designed for dealing with form submissions:

  • form-validator.cgi - designed to take a submitted form, validate it according to a set of rules and either forward form submission to another url or redisplay the form in a browser, highlighting fields that could not be validated.

  • form2mail.cgi - designed to receive data submitted by a form, validate that data against a set of pre-configured rules, and send out a pre-formatted email message upon successful validation of the data.