Ittetsu Miyazaki > HTTP-MobileUserID > HTTP::MobileUserID

Download:
HTTP-MobileUserID-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

HTTP::MobileUserID - mobile user ID is returned

SYNOPSIS ^

  use HTTP::MobileUserID;
  use HTTP::MobileAgent;
  
  my $agent  = HTTP::MobileAgent->new;
  my $userid = HTTP::MobileUserID->new($agent);
  
  if ( $userid->supported ) {
    print $userid->id;
  }

DESCRIPTION ^

mobile user ID is returned

AUTHOR ^

Ittetsu Miyazaki <ittetsu.miyazaki@gmail.com>

Thanks to Dan Kogai

LICENSE ^

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

SEE ALSO ^

HTTP::MobileAgent

Nihongo Document is HTTP/MobileUserID/Nihongo.pod