Algorithm-Verhoeff
view release on metacpan or search on metacpan
Algorithm-Verhoeff version 0.3
==============================
DESCRIPTION
This module implements Verhoeff's check digit algorithm. It provides a method to
generate check digits from numbers, and a method to verify if an existing number
passes the check.
Using numbers that pass the verhoeff check is useful for things like product
codes. This is because such numbers almost never pass the verhoeff check if they
as mis-typed. This includes common typos such as ommitted or repeated digits,
transposed digits and so on.
Since it only adds a single digit onto what might already be a longish number,
it's a good algorithm for use where humans need to enter or read the numbers.
( run in 0.405 second using v1.01-cache-2.11-cpan-5467b0d2c73 )