Path to this page:
./
misc/p5-Business-CreditCard,
Perl5 module to validate/generate credit card checksums/names
Branch: pkgsrc-2019Q1,
Version: 0.36nb2,
Package name: p5-Business-CreditCard-0.36nb2,
Maintainer: pkgsrc-usersThese subroutines tell you whether a credit card number is
self-consistent -- whether the last digit of the number is a valid
checksum for the preceding digits.
The validate() subroutine returns 1 if the card number provided passes
the checksum test, and 0 otherwise.
The cardtype() subroutine returns a string containing the type of card:
"MasterCard", "VISA", and so on. My list is not complete; I welcome
additions.
The generate_last_digit() subroutine computes and returns the last digit
of the card given the preceding digits. With a 16-digit card, you
provide the first 15 digits; the subroutine returns the sixteenth.
This module does not tell you whether the number is on an actual card,
only whether it might conceivably be on a real card.
These subroutines will also work if you provide the arguments as numbers
instead of strings, e.g. validate(5276440065421319).
Required to run:[
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 27c61d0120c8b03eb25c5464b690ea4fe36d671c
RMD160: e8b5967ec44b035253f554dcc49b67095a98856c
Filesize: 11.054 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version p5-Business-CreditCard-0.36nb2 (created)