[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] perl permissions denied
- Subject: Re: [cobalt-users] perl permissions denied
- From: Michael <mike@xxxxxxxxxx>
- Date: Mon Aug 6 11:58:02 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
At 05:18 PM 08/06/01 +0200, you wrote:
>#!/usr/bin/perl
>print "Content-type: text/html\n\n";
>print "<html><body>";
>print "Ok, this is environment_test.cgi<br>";
>while (($key, $value) = (each %ENV)) {
> print "$key: $value<br>";
>}
>print "</body></html>";
>###### the above line is the last line of the script
One more brief FYI
Make sure the VERY TOP is #!/usr/bin/perl I mean the VERY top, no comments or anything. I just copied and pasted it, no changes, uploaded it to cgi-bin and it executes just dandy, so you script is bug-free.
Mike