in reply to Ran my script, got a 500, and now the code is encoded???

Uh... Bummer.

I don't think we'll be able to tell you exactly what happened. The apache error indicates that the file was probably already corrupted when you tried to invoke it as a CGI.

Does this look like anything to anybody?

Yes, it looks like you cut and pasted a binary file out of vi or less. Try running file(1) and/or strings(1) on it and you may learn what it is.

-sauoq
"My two cents aren't worth a dime.";
  • Comment on Re: Ran my script, got a 500, and now the code is encoded???

Replies are listed 'Best First'.
Re: Re: Ran my script, got a 500, and now the code is encoded???
by EXSPLRN (Initiate) on Oct 31, 2003 at 14:28 UTC
    I guess I should have asked "Does this look like any kind of file representation that you have seen before?" Anyway... I ran file and just got "data". Oh well.