The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

HTTP::MobileAttribute::Plugin::CarrierLetter - キャリヤをあらわす1文字を得る

SYNOPSIS

    use HTTP::MobileAttribute plugins => ['CarrierLetter'];

    HTTP::MobileAttribute->new($ua)->carrier; # => 'I'

DESCRIPTION

I,E,V,H,N といった1文字でキャリヤをあらわす文字を返します。

AUTHORS

Tokuhiro Matsuno

SEE ALSO

HTTP::MobileAttribute