Why do we use "use strict" in perl?


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

Post New Answer

More CGI Perl Interview Questions

What does init 5 and init 0 do?

0 Answers  


How can arrays be tied?

0 Answers  


Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?

0 Answers  


Try pattern matching for the following: 1) 10.111.23.11 2) /root/abc/cde/fgg/ac.xml --> Get file name without extention. 3) /root/abc/ac.xml/fgg/ac.xml --> Get file name without extention. 4) What does "DIE" meant in PERL? 5) chomp 6) "This is saturday" --> Print the weekday number. 7) 11-2-2009 --> Print the name of the month. 8) Reverse the string without using func in C.

2 Answers  


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

1 Answers  






How to dereference a reference?

0 Answers  


Write an expression or perl script to identify the entered ip address is valid or not?

5 Answers   HCL,


Explain arrays in perl.

0 Answers  


What is the difference between perl array and perl hash?

0 Answers  


Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the test has passed or not.

3 Answers   TCS,


What are stdin, stdout and stderr?

0 Answers  


write a script to generate n prime no.s?

2 Answers   Persistent,


Categories