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
Nihongo Document is HTTP/MobileUserID/Nihongo.pod