Lines Matching refs:HTML
158 open( HTML, ">$html" ) or die "Can't write to $html: $!";
159 print HTML <<EOF;
172 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
174 print HTML <<EOF;
212 print HTML <<EOF;
234 close(HTML) or die "Can't close $html: $!";
239 print HTML <<EOF;
258 print HTML "<tr>";
262 print HTML "<td align=\"center\">";
265 print HTML "<font color=\"red\">$value</font>";
268 print HTML "$value";
271 print HTML "</td>";
274 print HTML "</tr>\n";
277 print HTML<<EOF;