On Tue, 25 Jun 2002, Kyle Babich wrote: > Ok, I did like perldoc cgi said and changed it to this: > > print start_html( > -title => "IMAP.cc", > -head => Link( > { > -rel => "stylesheet", > -type => "text/css", > -href => "style.css", > } > ), > -bgcolor => "\#FFFFFF" > ), > > It still won't work though.
Kyle: 1. Are you able to execute *other* cgi scripts from this directory? Check your server's configuration. 2. Does this script have the permissions set correctly? The file itself must be executable before the Web server (i.e., mod_cgi) will execute the script. 3. Is the filename-extension correct to enable the server to recognize it as executable? (e.g., '.cgi' vs '.pl') 4. Did you tell the OS how to execute this script? (e.g., #!/usr/bin/perl) -- Eric P. Los Gatos, CA -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]