CGI-WML
view release on metacpan or search on metacpan
'img' => '1',
'meta' => '1',
'timer' => '1',
'setvar' => '1');
# HTML->WML conversion constants
# Ignore these HTML and iMode tags completely.
my %IGNORE_TAG = map {$_ => 1} qw(abbr acronym address applet area basefont
bdo body cite col colgroup del dfn dir div
dl dt fieldsset font frame frameset head
html iframe legend link noframes noscript
object param script span style textarea
tfoot thead var);
# Straightforward one to one tag mapping
my %TAGMAP = map {$_ => 1} qw(em strong i b u big small pre tr td);
my (%Open_Tags,@Open_Tables,$Open_Form_Url,
@Open_Vars,%Hidden_Vars,$F_Got_Body_Tag);
###
( run in 0.982 second using v1.01-cache-2.11-cpan-49f99fa48dc )