|
NAMEHTTP::MobileAgent::NonMobile - Non-Mobile Agent implementation SYNOPSIS use HTTP::MobileAgent;
local $ENV{HTTP_USER_AGENT} = "Mozilla/4.0";
my $agent = HTTP::MobileAgent->new;
DESCRIPTIONHTTP::MobileAgent::NonMobile is a subclass of HTTP::MobileAgent, which implements non-mobile or unimplemented user agents. METHODSSee "METHODS" in HTTP::MobileAgent for common methods. AUTHORTatsuhiko Miyagawa <miyagawa@bulknews.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOHTTP::MobileAgent
|