
HTTP::MobileAttribute::CarrierDetector - キャリヤ判別ルーチン

use HTTP::MobileAttribute::CarrierDetector;
HTTP::MobileAttribute::CarrierDetector::detect('DoCoMo/1.0/NM502i'); # => DoCoMo

User-Agent 文字列からケータイキャリヤを判別するよ。

HTTP::MobileAttribute::CarrierDetector::detect('DoCoMo/1.0/NM502i'); # => DoCoMo
キャリヤを判定します。

Tokuhiro Matsuno