| Algorithm::CheckDigits::MXX_004(3pm) | User Contributed Perl Documentation | Algorithm::CheckDigits::MXX_004(3pm) |
CheckDigits::MXX_004 - compute check digits for VAT RN (AT)
use Algorithm::CheckDigits;
$vat = CheckDigits('ustid_at');
if ($vat->is_valid('U13585627')) {
# do something
}
$cn = $vat->complete('U1358562');
# $cn = 'U13585627'
$cd = $vat->checkdigit('U13585627');
# $cd = '7'
$bn = $vat->basenumber('U13585627');
# $bn = 'U1358562'
Returns false otherwise,
Returns the complete number with check digit or '' if $number does not consist solely of digits and spaces.
Return '' otherwise.
Return '' otherwise.
None by default.
Mathias Weidner, "<mamawe@cpan.org>"
perl, CheckDigits, www.pruefziffernberechnung.de.
| 2022-10-13 | perl v5.36.0 |