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 to implement a stack in Perl?
How to read a single line from a file in perl?
How can you call a subroutine and identify a subroutine?
How do you find the length of an array?
You want to read command-line arguements with perl. How would you do that?
Why to use perl scripting?
What does next statement do in perl?
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
What is perl? What is the basic command to print a string in perl?
What are perl variables?
What are the steps involved when the cgi program starts running?
How to sort arrays in perl?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
What is the purpose of goto expr statement?
How do I sort a hash by the hash key?