What is the function of virtual documents in cgi programs?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More CGI Perl Interview Questions

How to compare two strings in perl?

0 Answers  


How to read from a pipeline with Perl

0 Answers  


How can we create perl programs in unix, windows nt, macintosh and os/2 ?

0 Answers  


explain the various functions/directives in perl that allow you to include/import a module. Also, state the differences between them.

0 Answers  


how to connect cisco switch uisng perl script

0 Answers   ABC,






What is the use of -t?

0 Answers  


What rules must be followed by modules in perl.

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 goto label?

0 Answers  


Explain what is STDIN, STDOUT and STDERR?

0 Answers  


What is a chomp() function in perl?

0 Answers  


What is perl programming?

0 Answers  


Categories