Catalyst::Plugin::MobileUserID - mobile user id returned plugin for Catalyst
package MyApp; use Catalystqw/MobileAgent MobileUserID/; package MyApp::Controller::Root; sub index : Private { my ($self,$c) = @_; print $c->req->mobile_userid->id; }
This Plugin is mobile user id returned for Catalyst
Returns an instance of HTTP::MobileUserID
Ittetsu Miyazaki <ittetsu.miyazaki@gmail.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
the HTTP::MobileAgent manpage,the HTTP::MobileUserID manpage,the Catalyst::Request manpage