NAME
HTML::MobileJp - generate mobile-jp html tags
SYNOPSIS
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
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.