HTTP::MobileUserID - mobile user ID is returned


HTTP-MobileUserID documentation  | view source Contained in the HTTP-MobileUserID distribution.

Index


NAME

Top

HTTP::MobileUserID - mobile user ID is returned

SYNOPSIS

Top

  use HTTP::MobileUserID;
  use HTTP::MobileAgent;

  my $agent  = HTTP::MobileAgent->new;
  my $userid = HTTP::MobileUserID->new($agent);

  if ( $userid->supported ) {
    print $userid->id;
  }

DESCRIPTION

Top

mobile user ID is returned

AUTHOR

Top

Ittetsu Miyazaki <ittetsu.miyazaki@gmail.com>

Thanks to Dan Kogai

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Top

HTTP::MobileAgent

Nihongo Document is HTTP/MobileUserID/Nihongo.pod


HTTP-MobileUserID documentation  | view source Contained in the HTTP-MobileUserID distribution.