What does 'do' statement do in perl?


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

Post New Answer

More CGI Perl Interview Questions

What is a chop() function in perl?

0 Answers  


Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

0 Answers  


What are the advantages of programming in perl?

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 the functioning of conditional structures in perl.

0 Answers  






What is the usage of -i and 0s options?

0 Answers  


What is the syntax used in Perl grep function?

0 Answers  


Can inheritance be used in perl?

0 Answers  


How will you open a file in a write-only mode in perl?

0 Answers  


What is hash?

0 Answers  


What does next statement do in perl?

0 Answers  


What is the Common Gateway Interface?

2 Answers  


Categories