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 perl shift array function?
Explain what is perl language?
How to access parameters passed to a subroutine in perl?
Explain grooving and shortening of arrays and splicing of arrays?
How can the user execute a long command repeatedly without typing it again and again?
How to read a directory in perl?
How to code in perl to implement the tail function in unix?
you are required to replace a char in a string and store the number of replacements. How would you do that?
How do I generate a list of all .html files in a directory?
What happens in dereferencing?
Why is it hard to call this function: sub y { "because" } ?
Explain subroutine in perl?