[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] CGI WRAP Error? *
- Subject: Re: [cobalt-users] CGI WRAP Error? *
- From: "Brian Curtis" <admin@xxxxxxxxxxx>
- Date: Wed Jun 21 08:42:12 2000
- Organization: Pomfret Computer Technologies
> When I run: www.domain.com/cgi-bin/pw/pass.cgi I get the following error:
> I have this on my top line of my pass.cgi:
>
> !/usr/bin/perl
>
> How do I fix this problem?
> Thanks
Unless you made a typo, that should be:
#!/usr/bin/perl
Remeber: Pound (#), Bang (!)/path/to/perl
BC