Explain lists ?


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

Post New Answer

More CGI Perl Interview Questions

What is the use of –w?

0 Answers  


Why does Perl not have overloaded functions?

0 Answers  


What are the benefits of perl in using it as a web-based application?

0 Answers  


In CPAN module, name an instance you use.

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 lexical variables.

0 Answers  


How to get help for perl?

0 Answers  


What is v-strings?

0 Answers  


Explain goto expr?

0 Answers  


Explain string comparison operators in perl.

0 Answers  


You want to empty an array. How would you do that?

0 Answers  


What are the different instances used in cgi overhead?

0 Answers  


Categories