Re: HTML headers with CGI.pm

2003-09-25 Thread Shaun Fryer
> ### > # Start HTML OUT > ### > print header; > print start_html( -title => $title ); > print qq|\n|; > > How do I move the Pragam inside the ... The tag should be declared inside start_html() as follows. print header, start_html(-ti

SSI in subdomains

2003-09-25 Thread Ramon Chavez
Hello all. I have a problem. I have subdomain and want to include some SSI in the webpages, but it doesn't seem to work I have this: subdomain.domain.com that is actually stored in domain.com/subdomain/ If I try to run a SSI from an HTML file calling a script from the cgi-bin, say

Re: SSI in subdomains

2003-09-25 Thread Octavian Rasnita
Try putting a space after the last " like: - Original Message - From: "Ramon Chavez" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 9:37 PM Subject: SSI in subdomains > Hello all. > > I have a problem. > I have subdomain and want to include some SSI