The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

HTML::MobileJp - generate mobile-jp html tags

SYNOPSIS

    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&amp;msn=OPENAREAKEY&amp;posinfo=1&amp;nl=http%3A%2F%2Fexample.com%2Fgps%2FjLKJFJDSL">

DESCRIPTION

HTML::MobileJp is html tag generator for Japanese mobile phone.

TODO

    http://www.au.kddi.com/ezfactory/tec/dlcgi/download_1.html

download CGI for ezweb.

AUTHOR

Tokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm>

SEE ALSO

HTML::MobileJp::Plugin::GPS

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.