What is the use of command “use strict”?


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

Post New Answer

More CGI Perl Interview Questions

Explain splicing of arrays?

0 Answers  


what is the function of Return Value?

0 Answers  


How to count no of occurrence of a unique patterns in perl?

4 Answers   Ness Technologies,


What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?

0 Answers  


What are the advantages and disadvantages of perl language?

0 Answers  






What are prefix dereferencer?

0 Answers  


Elaborate on perl bite-wise operators.

0 Answers  


What is a perl references?

0 Answers  


What syntax is used for grep() function?

0 Answers  


Differentiate between use and require, my and local, for and foreach and exec and system

0 Answers  


What are the two ways to get private values inside a subroutine?

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?

1 Answers   A1 Technology,


Categories