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 about typeglobs?

0 Answers  


List the prefix dereferencer in Perl.

0 Answers  


What are prefix dereferencer? List them.

0 Answers  


What is the peculiarity of returning values by subroutines in perl?

0 Answers  


How can you create anonymous subroutines?

0 Answers  


How would you replace a char in string and how do you store the number of replacements?

2 Answers  


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

4 Answers   Ness Technologies,


Comment on data types and variables in perl.

0 Answers  


How to access parameters passed to a subroutine in perl?

0 Answers  


Explain the difference between my and local?

2 Answers  


What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?

1 Answers  


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

0 Answers  


Categories