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

Search results for "dist:HTTP-MobileAttribute HMA"

HTTP::MobileAttribute::Plugin::UserID - ユーザ ID や端末 ID を返す River stage one • 2 direct dependents • 2 total dependents

use HTTP::MobileAttribute plugins => [qw/ UserID /]; my $hma = HTTP::MobileAttribute->new($ua); $hma->id; ユーザ ID が送信されていなければ端末 ID を返す use HTTP::MobileAttribute plugins => [ 'Core', +{ module => 'ID', config => { fallback => 1 }, } ]; my $hma = HTTP::...

TOKUHIROM/HTTP-MobileAttribute-0.23 - 18 May 2011 04:20:28 UTC

HTTP::MobileAttribute::Plugin::CIDR - キャリヤのCIDRの含まれるIPアドレスかを調べる River stage one • 2 direct dependents • 2 total dependents

use HTTP::MobileAttribute plugins => [ { module => 'CIDR', config => { cidr => 'net-cidr-mobile-jp.yaml', } }]; my $hma = HTTP::MobileAttribute->new($ua) if ($hma->isa_cidr('222.7.56.248')) { # キャリヤの CIDR に含まれたIPアドレスだよ } 例えば運用中のアプリケーションを止めずにCIDRの定義を ...

TOKUHIROM/HTTP-MobileAttribute-0.23 - 18 May 2011 04:20:28 UTC

HTTP::MobileAttribute::Plugin::DoCoMo::Browser - iモードブラウザのバージョン情報 River stage one • 2 direct dependents • 2 total dependents

use HTTP::MobileAttribute plugins => [ 'DoCoMo::Browser' ]; my $hma = HTTP::MobileAttribute->new($ua) if ($hma->browser_version eq '2.0') { # iモードブラウザ2.0 の場合の処理 } POD ERRORS Hey! The above document had some coding errors, which are explained below: A...

TOKUHIROM/HTTP-MobileAttribute-0.23 - 18 May 2011 04:20:28 UTC
3 results (0.027 seconds)