• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

I need help with Linux and CGI files

CrackaLackaZe

Senior member
I have a xxx.cgi, and when I open it with emacs, it's just gibberish. I don't know what language the script was written in, probably perl or c. If it was written in perl then emacs would have opened it fine right? So does that mean it was written in c? If so, how do I open a legible copy of the cgi file?
 

That's the point of compiled code, you compile it so that it can be executed directly by the OS intead of having to be interpreted first. Although it's really stupid to do CGI in a compiled language.
 
Back
Top