CGI Programming Interview Questions
- What is CGI?
- Do I have to use Perl?
- Is it a script or a program?
- When do I need to use CGI?
- What is a CGI bin directory?
- Should I use CGI or an API?
- Is CGI a script or a program?
- Does CGI create new security risks?
- Can I redirect users to another page?
- Difference between CGI and JAVA?
- Explain Is CGI a script or a program?
- Can I do HTTP authentication using CGI?
- What do I absolutely need to know in CGI?
- How can I run my CGI program ‘live’ in a debugger?
- Can I pass JavaScript variables to a CGI Perl program?
- Can I identify users/sessions without password protection?
- Is there an equivalent of JavaScripts escape () function in Perl?
- What is the difference between a CGI script and a CGI program?
- Are there some interactive debugging tools and services available?
- Can I run a CGI script without returning a new page to the browser?
- How can I stop my CGI script reading and writing files as “nobody”?
- How do I launch a program (.exe) that is located on the Server from a Web page?
- What is the difference between an interpreted language and a compiled language?
- What is the difference between object oriented and structured oriented programming?
- Is it possible to set a cookie and then redirect a return visitor to a different url all using cgi?