I would like to put syntax-highlighted source code (C) on a website using CGI. I have the GNU source-highlight package on the web-server. Can anyone tell me how to link the source-highlight-cgi script (shell script, not perl) into CGI.
I guess I need a perl script in the cgi-bin to point somehow at the source-highlight-cgi shell script I but have no experience of doing this.
Note: CGI is enabled and working on the server.