in reply to Why do I need a space here?
$i = "<HTML>\n"; print OUTFILE $i; [download]
$i = '<HTML>'; print OUTFILE "$i\n"; [download]