On Sat, 10 Mar 2001 18:31:09 -0500, Brad Rice wrote:

>I'm having a problem using CGI.pm on my webserver. I can run the script from
>the command line no problem, but when I try running it in the browser I get
>a 500 error message.

Is that a Unix style server?

>This is the CGI.pm script:
>
>#!usr/bin/perl

Well, THIS line doesn't look right, for a start. The path at least
should start with a slash as well. And are you sure that the path is
indeed correct? /usr/local/bin/perl is another popular location.

-- 
        Bart.

Reply via email to