From: Bill Bartok <[EMAIL PROTECTED]>
> I am putting a counter on a website for the first time. I undstand that
> because the server is Unix that I will need to se permission for the
> counter.
>
> I believe this can be done within the Perl script using the line:
>
> chmod (075
> I am putting a counter on a website for the first time. I
> undstand that because the server is Unix that I will need to
> se permission for the counter.
>
> I believe this can be done within the Perl script using the line:
>
> chmod (0755, "counter.cgi");
>
> right within the counter.cgi s