A CGI program is just that, a program, an executable if you will. The variables like ?page=12 etc. will be fed to it as arguments and the program gets executed. The program's output (stdout) will be fed back to the (web) client connected to it.
It doesn't matter which language was used to create that executable. The only thing that matters are the arguments passed to it and it's output.




Reply With Quote