GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Parse::PhoneNumber(3) User Contributed Perl Documentation Parse::PhoneNumber(3)

Parse::PhoneNumber - Parse Phone Numbers

 use Parse::PhoneNumber;
 my $number = Parse::PhoneNumber->parse( number => $phone );
 
 print $number->human;

Parse phone numbers. Phone number have a defined syntax (to a point), so they can be parsed (to a point).

new

Create a new Parse::PhoneNumber object. Useful if a lot of numbers have to be parsed.

parse

Accepts a list of arguments. "number" is the phone number. This method will return "undef" and set "errstr" on failure. On success, a "Parse::PhoneNumber::Number" object is returned. "assume_us" will have the country code default to 1 if none is given. This is due to the fact that most people in the US are clueless about such things.

errstr

Returns the last error reported, or undef if no errors have occured yet.

The objects returned on a successful parse.

orig

The original string passed to "parse".

cc

The Country Code

num

The phone number, including the trunk pointer, area code, and subscriber number.

ext

An extension, if one is present.

opensrs

The format an OpenSRS Registrar must make a phone number for some TLDs.

human

Human readable format.

Currently only accept phone numbers in International format. If a number isn't given in international format, a false positive could occur.

Please report bugs to the CPAN RT instance at <https://rt.cpan.org/Dist/Display.html?Queue=Parse-PhoneNumber>

Number::Phone

Casey West <casey@geeknest.com>

Maintained by Tim Wilde <cpan@krellis.org>

Copyright (c) 2003 Casey West <casey@geeknest.com>.

Portions Copyright (c) 2005 Dynamic Network Services, Inc.

Portions Copyright (c) 2011 Tim Wilde

Portions Copyright (c) 2012 Google, Inc.

All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.