|  |  
 |   |   
 NAMEHTML::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&msn=OPENAREAKEY&posinfo=1&nl=http%3A%2F%2Fexample.com%2Fgps%2FjLKJFJDSL">
DESCRIPTIONHTML::MobileJp is html tag generator for Japanese mobile phone. TODOhttp://www.au.kddi.com/ezfactory/tec/dlcgi/download_1.html download CGI for ezweb. AUTHORTokuhiro Matsuno <tokuhirom aaaatttt gmail dotottto commmmm> SEE ALSOHTML::MobileJp::Plugin::GPS LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. 
 
 |