in reply to Best way to "simulate" SSI
I just had an other idea: what about just reading the file that contains the SSI perl script in an array, (and yes, remove the content-type output line), join() the array into a single string, and then do an eval() on that?