The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.

SEE ALSO

HTTP::MobileAgent, Template