CPAN modules for checking credit card numbers (LUHN check):
This is a review and comparison of 9 CPAN modules that can be used to do a LUHN check on a number. …
CPAN modules for checking credit card numbers (LUHN check):
This is a review and comparison of 9 CPAN modules that can be used to do a LUHN check on a number. …
Moose by Dave Rolsky, Stevan Little; e-book and paperback
Update 2012-08-13
purchased the e-book, and uploaded it to my tablet.
Again: rather worth reading and making use of it.
My usual starting point before installing a CPAN module:
$ perlbrew switch stable
$ perlbrew install-cpanm # e.g. – never a bad idea
$ cpanm Date::Calc # e.g.