I am doing web development with Perl. I need to do a phone number check for all countries. Is there an open source Perl module that can do the following?
For example: country = Malaysia, if the user enters the phone number = +60127008007, after confirmation, he returns this is a valid mobile phone number in Malaysia, where: In local Malaysia we call: 0127008007 directly. "+6" is the international code.
If the user's phone number = +600127008007, it returns an invalid phone number. Since locally in Malaysia there is no such number as: 00127008007.
Any free module, how can this be done in CPAN or otherwise?
sytee
source
share