What is the function of virtual documents in cgi programs?
Answer / Shashank Pandey
Virtual documents in CGI (Common Gateway Interface) programs are not a standard concept in CGI itself, but rather a feature provided by certain web application frameworks, like Plack or Dancer for Perl. They allow handling multiple requests concurrently using a single subroutine, thus improving performance and efficiency. This is similar to the concept of virtual hosts in web servers.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I debug a perl program?
What are the arguements we normally use for perl interpreter?
Differentiate between arrays and list in perl.
What syntax is used for grep() function?
Explain about typeglobs?
you are required to replace a char in a string and store the number of replacements. How would you do that?
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
What are the different instances used in cgi overhead?
Explain strftime() function in perl?
what are the strategies followed for multiple form interaction in cgi programs?
What is the difference between chop & chomp functions in perl?
10 Answers Cap Gemini, DELL, Electronic Data, TCS,
How can you create an object of a class in a package?