When would `local $_' in a function ruin your day?


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

Post New Answer

More CGI Perl Interview Questions

How will you create a file in perl?

0 Answers  


Explain the default scope of variables 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  


There are some duplicate entries in an array and you want to remove them. How would you do that?

0 Answers  


How to sort dates in Perl ?

1 Answers  






Why we use CGI?

0 Answers   Wipro,


Comment on data types and variables in perl.

0 Answers  


Which statement has an initialization, condition check and increment expressions in its body? Write a syntax to use that statement.

0 Answers  


what is Polymorphism in Perl?

0 Answers  


Explain the difference between my and local?

2 Answers  


What happens in dereferencing?

0 Answers  


What is epoch time in perl?

0 Answers  


Categories