I am doing web development with Perl. I need to do phone number validation for all countries. Is there open source Perl module that can do the following?
For example: country = Malaysia, if user input phone number = +60127008007, after validate, it return this is a valid mobile number in Malaysia, where: In local Malaysia, we call: 0127008007 directly. "+6" is the international code.
Whereas if user input phone number = +600127008007, it returns as invalid phone number. Because locally in Malaysia, there is no such number as: 00127008007.
Any free module than can do this, in CPAN or otherwise?