What is the importance of perl warnings?


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

Post New Answer

More CGI Perl Interview Questions

What is Perl?

0 Answers  


write a script to display mirror image of a entered value and also check whether Palindrome

3 Answers   HCL, Persistent,


What is the difference between $array[1] and @array[1]?

1 Answers  


How to code in perl to implement the tail function in unix?

0 Answers  


How can you create anonymous subroutines?

0 Answers  






Why does Perl not have overloaded functions?

0 Answers  


what are the three groups involved in information sharing?

0 Answers  


What happens when you return a reference to a private variable?

0 Answers  


How many loop control keywords are there in perl?

0 Answers  


Perl regular expressions are greedy" what does this mean?

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  


What is the difference between module and package?

4 Answers   EDS, IBM, Symantec,


Categories