CGI Programming / Scripts Question:

Is it a script or a program?

Answer:

The distinction is semantic. Traditionally, compiled executables
(binaries) are called programs, and interpreted programs are usually
called scripts. In the context of CGI, the distinction has become
even more blurred than before. The words are often used interchangably
(including in this document). Current usage favours the word "scripts"
for CGI programs.

Read All 27 CGI Programming Questions
Previous QuestionNext Question
What is the difference between object oriented and structured oriented programming?Explain Is CGI a script or a program?