in reply to More Script Header Problems

perl is trying to interpolate the string you gave to print. Using single quotes or noninterpolative quotation will help you to avoid that problem. eg.;
# simple print '</html>'; # or escaped sop perl knows what you want print "<\/html>";
So the syntax error is just that there is no such thingy as /h
Have a nice day
All decision is left to your taste