CGI Programming / Scripts Question:
Download Job Interview Questions and Answers PDF
What is the difference between a CGI script and a CGI program?
Answer:
Generally, scripts are only several lines of code which do some useful function that would be overkill to write in a full-featured language. With Perl, you can go either way. You can write Perl scripts and Perl programs. Larry Wall (the creator of Perl) once said "You can write Perl programs, and you can write C scripts. More people talk about Perl programs than C scripts, so I guess that means Perl is more versatile".
Download CGI Programming Interview Questions And Answers
PDF
Previous Question | Next Question |
How can I run my CGI program live in a debugger? | Does CGI create new security risks? |