Installation guide for The Validator - credit card number verification using Mod 10 Algorithm (v1.02)
The Validator verifies credit card numbers using the Mod 10 Algorithm (Luhn Algorithm). It validates:
| 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 | 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 |
The cc_ver.pl script is platform neutral and should run without modification on:
Only executable file location modifications may be needed (Perl path on line 1).
Form processing documentation
Browse all script documentation