• 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.

question on cgi / perl, erm..

DannyBoy

Diamond Member
What the hell do i use to edit a .cgi file!?!

Is it a compiled script or what?

I know its C derived but im so confused 😕

I installed this activestate active perl thing and im clueless as to what to do, isnt there an IDE with the thing? 😕

I have a cgi file I want to change and i dont know how to do it, or what to open it with 😕

Any help appreciated.

Cheers,
Dan
 
iirc, you can specify in the web server config file how to deal with .cgi file requests. if they are to be interpreted via a perl interpreter just like a .pl file then you should be able to just edit the file via a text editor. have you tried opening it up in vi or notepad?
 
Originally posted by: TommyVercetti
CGI files are usually just perl scripts. Just open it with notepad, and then save it back as a CGI file

Its got special characters that arnt displaying in notepad, just as if it were a cpp file opened it notepad.

Are there no programs to view the code in an IDE like Vis Studio? 😕
 
Back
Top