What purpose does each of the following serve: -w, strict, -
T ?
Answer Posted / kalai
-w enables the warnings mode in perl
-T is enables the Taint mode it performs some checks how
your program is using the data passed to it
-w, -T,-d, -D are called the command line switches
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can the user execute a long command repeatedly without typing it again and again?
Explain goto expr?
Explain the execution of a program in perl.
Write the program to process a list of numbers.
Explain the default scope of variables in perl?
Define operators used in perl?
What is v-strings?
What is the purpose of goto expr statement?
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
What are perl variables?
Explain gmtime() function in perl?
What does a die() function do in perl?
How would you ensure the re-use and maximum readability of your perl code?
What are the different instances used in cgi overhead?
What does -> symbol indicates in Perl?