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

NAME

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

SYNOPSIS

    use HTTP::MobileAttribute::CarrierDetector;

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

DESCRIPTION

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

METHOD

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

キャリヤを判定します。

AUTHOR

Tokuhiro Matsuno