NAME
Template::Plugin::MobileAgent - TT interface for HTTP::MobileAgent
SYNOPSIS
[% USE ua = MobileAgent %]
<img src="logo.[% ua.is_docomo ? 'gif' : 'png' %]">
DESCRIPTION
Template::Plugin::MobileAgent is a TT plugin for HTTP::MobileAgent. See HTTP::MobileAgent and its subclasses for available methods.
AUTHOR
Tatsuhiko Miyagawa <miyagawa@bulknews.net>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.