The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

HTML::MobileJp - generate mobile-jp html tags

SYNOPSIS

use HTML::MobileJp qw/gps_a/;
gps_a(
carrier => 'I',
is_gps => 1,
);
# => <a href="http://example.com/gps/jLKJFJDSL" lcs="lcs">
gps_a(
carrier => 'I',
is_gps => 0,
);

DESCRIPTION

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

TODO

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.