Lines Matching refs:HTML
155 open( HTML, ">$html" ) or die "Can't write to $html: $!";
156 print HTML <<EOF;
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
171 print HTML <<EOF;
209 print HTML <<EOF;
231 close(HTML) or die "Can't close $html: $!";
236 print HTML <<EOF;
255 print HTML "<tr>";
259 print HTML "<td align=\"center\">";
262 print HTML "<font color=\"red\">$value</font>";
265 print HTML "$value";
268 print HTML "</td>";
271 print HTML "</tr>\n";
274 print HTML<<EOF;