The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Telephone::Mnemonic::US::Roles::Term - 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.

printthem Input: the output of to_words (a href) Output: displays some of the data in a table

printvalids Helper function for printthem() Input: the hash ref Output: a stings

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::Term;
        with 'Telephone::Mnemonc::US::Roles::Term";

DESCRIPTION

Role Term

EXPORT

None by default.

SEE ALSO

Tie::Dict

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.