Credit Card Verifier Readme

Installation guide for The Validator - credit card number verification using Mod 10 Algorithm (v1.02)

Perl v1.02 Documentation

Overview

The Validator verifies credit card numbers using the Mod 10 Algorithm (Luhn Algorithm). It validates:

  • 13 and 16 digit Visa Cards
  • 16 digit MasterCards
  • 16 digit Novus (Discover) cards
  • 15 digit American Express cards

Package Contents

File Size Description
cc_form.html 934 bytes HTML form front-end
cc_ver.pl 12,530 bytes The validation script
readme.txt 6,321 bytes Documentation (this file)

Version History

Version Date Changes
1.01 June 28, 1996 Initial release with Mod 10 validation
1.02 July 1, 1996 Fixed errant exit command, added no_data subroutine

Platform Notes

The cc_ver.pl script is platform neutral and should run without modification on:

  • Unix servers
  • NT servers
  • Perl 4.036
  • Perl 5.001m and above

Only executable file location modifications may be needed (Perl path on line 1).

Related Documentation

FormMail Readme

Form processing documentation

All Readme Files

Browse all script documentation