quale content type è meglio mandare in output al browser?
codice:
print "Content-type: text/html", "\n\n";
oppure:

codice:
print "Content-type: text/html\; charset=ISO-8859-1", "\n\n";
grazie!