[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Re: CGI permission problems (driving me bonkers)



> 
> That was the exact script there is no ">" at the beginning of 
> every line.
> 

You can try adding:

use CGI::Carp qw(fatalsToBrowser);

as the first line of the script before:

require './cgi-lib.pl';

That will give you some info in the browser as to why the script is
failing. http://users.libero.it/hpstr/ has some good info on the RaQ and
CGI.
-- 
Dan Kriwitsky

Please reply to the list only. Offlist replies are not read.