What is the function of virtual documents in cgi programs?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference b/w coldfusion MX 6 and Coldfusion MX 7?
my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?
How do I send e-mail from a Perl/CGI program on a Unix system?
How would you replace a char in string and how do you store the number of replacements?
What are the logical operators used for small scale operations? Explain them briefly.
How to code in perl to implement the tail function in unix?
For a situation in programming, how can you determine that Perl is a suitable?
Which feature of Perl provides code reusability ? Give any example of that feature.
Explain what is STDIN, STDOUT and STDERR?
what is CPAN?
What is warn function in perl?
What are the various file operations in perl. Explain with example.