What is the main function of cookie server?


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

Post New Answer

More CGI Perl Interview Questions

What are the different ways to run cgi?

0 Answers  


Why to use perl?

0 Answers  


What is the difference between perl array and perl hash?

0 Answers  


what is Polymorphism in Perl?

0 Answers  


Difference between Perl and Mod_perl?

2 Answers  






Mention what is cpan?

0 Answers  


Remove the duplicate data from @array=(“perl”,”php”,”perl”,”asp”)

0 Answers  


Which operator in perl is used for the concatenation of two strings?

0 Answers  


Why Perl aliases are considered to be faster than references?

0 Answers  


What is the function of virtual documents in cgi programs?

0 Answers  


what is the procedure to define a user define module in your perl application?

2 Answers   IBM,


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?

1 Answers   A1 Technology,


Categories