in reply to Re^2: Includes in Perl
in thread Includes in Perl

Ok it appears that I don't have SSI on the server so that would be why the script doesn't work. Thanks for your help though. Cheers Rachy

Replies are listed 'Best First'.
Re^4: Includes in Perl
by igelkott (Priest) on Dec 09, 2007 at 22:41 UTC
    Actually, I'd say it does look like you have SSI support. Without SSI, the command would've simply been read as a comment and silently ignored.

    Without any details on the error you saw, I'd guess that it's complaining about not being able to find "/common/head.inc", right? What I wrote was just an example (I could have been more clear) but the real point is that you should probably next go to one of the references you've received here and try some real SSI directives (including files that actually exist).