What is the Common Gateway Interface?
Answers were Sorted based on User's Feedback
Answer / guest
The Common Gateway Interface is a standard for communication
between Web servers and external programs.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anish
CGI is software programme through which a communication
take place between user rquest web and server.
Is This Answer Correct ? | 3 Yes | 0 No |
What is subroutine in perl?
I have created a CGI-based page,after entering all the values in to the fields, How to get the output on the web browser using Perl
What is chomp() operator/function?
Explain the functioning of conditional structures in perl.
Explain the use of 'my' keyword in perl?
What is the main function of cookie server?
What syntax is used for grep() function?
How to get help for perl?
What rules must be followed by modules in perl.
Comment on array slicing and range operator
Write a program to show the process of spawning a child process
How can arrays be tied?