NAME
Acrux::Digest::M11R - interface for modulus 11 (recursive) check digit calculation
SYNOPSIS
use Acrux::Digest::M11R;
my $m11r = Acrux::Digest::M11R->new();
my $digest = $m11r->digest( "123456789" ); # 5
DESCRIPTION
This is Digest backend module that provides calculate the modulus 11 (recursive) check digit
METHODS
This class inherits all methods from Acrux::Digest and implements the following new ones
digest
my $digest = $m11r->digest( "123456789" ); # 5
Returns M11R checkdigit by specified digits-string
HISTORY
See Changes
file
TO DO
See TODO
file
SEE ALSO
Acrux::Digest, Algorithm::CheckDigits::M11_015, check_okpo()
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2024 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See LICENSE
file and https://dev.perl.org/licenses/