Found the solution. It's wasn't having difficulties with the set commends. It was having trouble reading the folllowing line: <!--#if expr="$HTTP_USER_AGENT != /WebTV/ " --> my script didn't process anything within this if statement. Once I removed this if statement, everythign worked out fine. Thanks anyway. And sorry to bother.
--Alex P.S. If anyone knows why it did not accept that line I would love to know. Otherwise I'll try to deal without it... > I hate to bug you all with a perl question like this seeing as I am new to > the group. But I'm getting kinda stuck on this one. I am simply trying > to read in an external html file (to be used as the header of a web page) > and then print it out. That sounds nice and easy. However, the header > file contains SSI, and not just an include, and sets and echos. I've been > trying to get CGI::SSI to work, but, near as I can tell, it's not > understanding the set commands or the if/else commands in SSI. Do you > guys have any suggestions on this one? I KNOW there has to be a way.... > > > --Alex > WPI > _______________________________________________ > Boston-pm mailing list > [EMAIL PROTECTED] > http://mail.pm.org/mailman/listinfo/boston-pm > _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

