Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        # return error message if wrong check digit was initially given
        return $check != $chars[11] ? "invalid checkdigit...should be $che
    +ck" : 'Ok';
    }
    
  2. or download this
    Ok