HTML::MobileJp - generate mobile-jp html tags
use HTML::MobileJp qw/gps_a/;
gps_a(
callback_url => "http://example.com/gps/jLKJFJDSL",
carrier => 'I',
is_gps => 1,
);
# => <a href="http://example.com/gps/jLKJFJDSL" lcs="lcs">
gps_a(
callback_url => "http://example.com/gps/jLKJFJDSL",
carrier => 'I',
is_gps => 0,
);
# => <a href="http://w1m.docomo.ne.jp/cp/iarea?ecode=OPENAREACODE&msn=OPENAREAKEY&posinfo=1&nl=http%3A%2F%2Fexample.com%2Fgps%2FjLKJFJDSL">
HTML::MobileJp is html tag generator for Japanese mobile phone.
http://www.au.kddi.com/ezfactory/tec/dlcgi/download_1.html
download CGI for ezweb.
Tokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm>
HTML::MobileJp::Plugin::GPS
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.