Dave Cross: Still Munging Data With Perl: Online event - Mar 17 Learn more

use strict;
our $VERSION = '0.20100701';
# Table last modified: 2010-07-01
our %TEL_TABLE = (
# Pref => q<Assoc-Pref-Regex>,
'09120' => '\d+', # ブラステル
'09121' => '\d+', # ブラステル
'09130' => '\d+', # ドコモ
'09155' => '\d+', # NTT-ME
'09156' => '\d+', # NTT-ME
'09177' => '\d+', # ソフトバンクBB
'09181' => '\d+', # 関西コムネット
'09191' => '\d+', # NTTぷらら
'09192' => '\d+', # NTTぷらら
'09198' => '\d+', # ソフトバンクBB
'09199' => '\d+', # エヌティティエムイー中国
);
1;
__END__