At 11:56 AM 6/21/00 -0400, you wrote:
> 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
Yes, I missed that part when I clipped it. I do have: #!/usr/bin/perl I even tried: #!/.../perl -- Doesn't work.