套件:libbusiness-creditcard-perl(0.36-1)
libbusiness-creditcard-perl 的相關連結
Debian 的資源:
下載原始碼套件 libbusiness-creditcard-perl:
- [libbusiness-creditcard-perl_0.36-1.dsc]
- [libbusiness-creditcard-perl_0.36.orig.tar.gz]
- [libbusiness-creditcard-perl_0.36-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libbusiness-onlinepayment-perl
- libbusiness-onlinepayment-authorizenet-perl
- libsub-identify-perl
- libstring-expand-perl
- libbusiness-onlinepayment-tclink-perl
- libbusiness-onlinepayment-payconnect-perl
- libscalar-util-numeric-perl
- libtest-mockmodule-perl
- libmodule-util-perl
- libstring-crc-cksum-perl
- libdevel-argnames-perl
Perl module to validate or generate credit card checksums and names
Business::CreditCard 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.
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.
其他與 libbusiness-creditcard-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language