How do you turn on the perl warnings?



How do you turn on the perl warnings?..

Answer / Navram Singh

In Perl, you can turn on warnings by using `use warnings;` at the beginning of your script.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

Can you add two arrays together?

1 Answers  


What are the advantages and disadvantages of perl language?

1 Answers  


How to make the following assignment, as arrayreference assignment ? my $arr_ref='[1,2,3,4,4,'elem']';

2 Answers  


Define dynamic scoping.

1 Answers  


Explain lexical variables.

1 Answers  


What is -> symbol in perl?

1 Answers   HCL,


Explain perl. When do you use perl for programming?

1 Answers  


Explain perl. What are the advantages of programming in perl?

1 Answers  


What is epoch time in perl?

1 Answers  


What are the options that can be used to avoid logic errors in perl?

1 Answers  


There are two types of eval statements i.e. Eval expr and eval block. Explain them.

1 Answers  


How to do comment in perl?

1 Answers  


Categories