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

Re: [cobalt-users] CGI won't print output



Try :

#!/usr/bin/perl --

instead of :

#!/usr/bin/perl

Good luck !

Ramon LOPEZ

----- Original Message -----
From: Robert Fitzpatrick <webmaster@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Monday, August 06, 2001 1:27 AM
Subject: [cobalt-users] CGI won't print output


> Whenever I run a CGI script, the Cobalt Error 500 (see
> http://www.rfitz.com/cgi-bin/test.pl) message comes up, even for the
> simplest script:
>
>   #!/usr/bin/perl
>
>   print "Content-type: text/html\n";
>   print "Hello\n";
>
> I am brand new to this cgiwrap, can anyone tell me if that is effecting my
> scripts and what I could do about it. The script runs fine from a command
> line. The file 'test.pl' is owned by admin in the group of it's site. I
have
> tried just about all combinations of ownership to no avail.
>
> Thanks:)
> --
> Robert Fitzpatrick
> WebTent Networking, Inc.
> PO Box 10785
> Tampa, FL 33679-0785
> US
> Tel: (813) 281-2253
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>