[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] perl script Internal Server Error
- Subject: Re: [cobalt-developers] perl script Internal Server Error
- From: Ken Marcus -Precision Web Hosting <ken@xxxxxxxxxxxxxxxx>
- Date: Fri Jan 24 22:29:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Jeff,
Just change it to:
#!/usr/bin/perl -w
print "Content-type: text/html\n\n";
print "hello perl";
Ken Marcus
Precision Web Hosting
----- Original Message -----
From: "Jeff Zanzinger" <webmaster@xxxxxxxxxxxxxxxx>
To: <cobalt-developers@xxxxxxxxxxxxxxx>
Sent: Friday, January 24, 2003 7:22 AM
Subject: [cobalt-developers] perl script Internal Server Error
> Hello,
>
> I'm trying to get a simple perl script to run on a newly installed raq4.
>
>
> I FTP'd test.pl to /web/cgi-bin/test.pl and the file contents are:
>
> #!/usr/bin/perl -w
> print "hello perl";
>
> I type http://209.114.220.30/cgi-bin/test.pl in a browser and it returns
> an Internal Server Error.
>
> Permissions on file are okay and transfer was done in ASCII.
>
> Any help on this simple problem is greatly appreciated!
>
>
> Jeff Zanzinger, Data Connection, Inc.
>
>
>
>
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers
>
>