NAME
Telephone::Mnemonic::US::Roles::Words - Maps US telephone numbers from mnemonic 'easy-to-remember' words to digits, it can also attempts the reverse and maps telephone digits to mnemonic words.
to_num Translates a mnemonic tel number to digits Input: an alphanumeric sting, like '(g03) verison' Output: a string like, like '(703) 232 3333'
SYNOPSIS
use Telephone::Mnemonic::US::Roles::Words;
with 'Telephone::Mnemonc::US::Roles::Words";
DESCRIPTION
Role Words
EXPORT
None by default.
SEE ALSO
AUTHOR
Ioannis Tambouras <ioannis@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 by Ioannis Tambouras
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.12.1 or, at your option, any later version of Perl 5 you may have available.