NAME
Number::Phone::Normalize - Normalizes format of Phone Numbers.
SYNOPSIS
use Number::Phone::Normalize;
$a = "089 35709492";
print phone_intl($a, 'LDPrefix' => '0', 'IntlPrefix' => '00',
'CountryCode' => '49', 'AreaCode' => '89');
DESCRIPTION
This module takes a phone (or E.164) number in different input formats and
outputs it in accordance to E.123.