What is the Common Gateway Interface?

Answers were Sorted based on User's Feedback



What is the Common Gateway Interface?..

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

What is the Common Gateway Interface?..

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

Post New Answer

More CGI Perl Interview Questions

Write syntax to use grep function?

0 Answers  


Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?

0 Answers  


What are the arguments and what do they mean in perl programming?

0 Answers  


Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.

2 Answers  


Explain string comparison operators in perl.

0 Answers  






What are the reasons that cookie server can’t handle multiple connections?

0 Answers  


Explain the difference between declarations of 'my' and 'local' variable scope in perl?

0 Answers  


List the prefix dereferencer in Perl.

0 Answers  


Give an example of the -i and 0s option usage.

0 Answers  


What is the difference between $array[1] and @array[1]?

1 Answers  


What exactly is grooving and shortening of the array?

0 Answers  


What does delete function do in perl?

0 Answers  


Categories