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

Re: [cobalt-users] CGI WRAP Error? *



> 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