I am trying to do the equivalent of this HTML tag:<br>
<br>
<META http-equiv="Content-Type" content="text/html; charset-ISO-8859-1"><br>
<br>
with CGI.PM. Will this line do what I want?<br>
<br>
print header(-type=>'text/html; charset-ISO-8859-1');<br>
<br>
<br>
The reason I am wondering is that when I generate HTML output with this<br>
statement in my Perl script and try to "view source" in my browser, I don't<br>
see the http-equiv in any tags.
<br>
<META http-equiv="Content-Type" content="text/html; charset-ISO-8859-1"><br>
<br>
with CGI.PM. Will this line do what I want?<br>
<br>
print header(-type=>'text/html; charset-ISO-8859-1');<br>
<br>
<br>
The reason I am wondering is that when I generate HTML output with this<br>
statement in my Perl script and try to "view source" in my browser, I don't<br>
see the http-equiv in any tags.