[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] perl/cgi
- Subject: RE: [cobalt-users] perl/cgi
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Tue May 2 10:41:41 2000
> This is weird.
> I am trying to make some perl/cgi scripts on my RAQ2 but they will not
> work for some reason. If I run them from a command line EG: perl test.cgi
> they work fine but whenever I point a web browser to them, they
> kick off an
> error and it doesn't tell me what the error is? I have tried IE5
> and NS5 but
> nothing seems to work? Someone please shed some light on this for me.
Be sure to upload as the site admin, and not as the server admin. Of course
as ascii and CHMOD 755. You can also put:
use CGI::Carp qw(fatalsToBrowser);
at the top of the script and get some details that way. Very handy. Should
work on the RAQ2 no problem.
--
Dan Kriwitsky