What are the advantages and disadvantages of perl language?


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

Post New Answer

More CGI Perl Interview Questions

How do I send e-mail from a Perl/CGI program on a Unix system?

0 Answers  


What is a hash?

6 Answers   Photon, Satyam, Wipro,


Give an example of using the -n and -p option.

0 Answers  


What are the steps involved in configuring a server using cgi programming?

0 Answers  


You want to read command-line arguements with perl. How would you do that?

0 Answers  






What are the purpose of close(), getc() and read() functions?

0 Answers  


What is a chop() function in perl?

0 Answers  


What is the closure in PERL?

0 Answers  


In Perl, what is grep function used for?

0 Answers  


How would you ensure the re-use and maximum readability of your perl code?

0 Answers  


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?

2 Answers  


Explain tk?

0 Answers  


Categories