cgi跳出html

cgi跳出html

在cgi中

$line="<h1>test</h1>";

print "$line";


若我要打印出<h1>test</h1>
而<h1></h1>会被html解释,请问怎样跳出html转义.

谢谢
放在<pre></pre>里,或者用CGI模块的escapeHTML方法