RE: Using SSI in a CGI program

2002-01-21 Thread Hanson, Robert
The simple answer is that it won't work. SSI's are handled by the web server, and the web server will not parse your script output for them, it will only parse HTML files (or shtml depending on your setup). I've attached a module we use on occation for this specific purpose. It includes pod if

RE: Using SSI in a CGI program

2002-01-21 Thread Camilo Gonzalez
Troy, Not sure why you're doing that. SSI won't work on parsed pages. You're already generating a page so why not include header.html in your template or as a heredoc or open it as a filehandle and print it? -Original Message- From: Troy May [mailto:[EMAIL PROTECTED]] Sent: Monday, Janua