What is the function of virtual documents in cgi programs?



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

Post New Answer

More CGI Perl Interview Questions

How do I debug a perl program?

1 Answers  


What are the arguements we normally use for perl interpreter?

1 Answers  


Differentiate between arrays and list in perl.

1 Answers  


What syntax is used for grep() function?

1 Answers  


Explain about typeglobs?

1 Answers  


you are required to replace a char in a string and store the number of replacements. How would you do that?

1 Answers  


We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?

1 Answers   AppLabs,


What are the different instances used in cgi overhead?

1 Answers  


Explain strftime() function in perl?

1 Answers  


what are the strategies followed for multiple form interaction in cgi programs?

1 Answers  


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?

4 Answers   IBM,


Categories