NAME
Telephone::Mnemonic::Phone - US Telephone Object
SYNOPSIS
use Telephone::Mnemonic::US::Phone;
$tel = new Telephone::Mnemonic::US::Phone num=>'703 111 2222';
$tel1->area_code; => '703'
$tell->beautify; => '(703) 111 2222'
DESCRIPTION
Implements a US telephone object
EXPORT
None by default.
SEE ALSO
If you have a mailing list set up for your module, mention it here.
If you have a web site set up for your module, mention it here.
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.