Hello, Real greenhorn here. I'm modifying a discussion board script which writes to an html file. I'm trying to insert the following into the file: <!--#include file="titlepic.shtml"--> So, I put this in the script: print " <!--#include file="titlepic.shtml"-->\n"; I'm getting syntax errors. I'm pretty sure it's from the quote character before the word titlepic (that's what I think the error log on the server is telling me). That quote is closing off an argument, right? How do I nest the quoted material within the other quotes? I've tried qq and \Q amongst other things, but I don't know what I'm doing. Thanks for any tips, Eric