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
Why we use CGI?
How does polymorphism work in perl?
How to read from a pipeline with Perl
How we can navigate the xml documents?
Explain lists ?
What is the use of -w, -t and strict in Perl?
What are some common methods to all handles in perl?
What is grep used for in perl?
What are arrays in perl?
Which functions in perl allows you to include a module file. State their differences.
Comment on array slicing and range operator
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
How will you get the count of parameters passed to a perl subroutine?
What is the difference between localtime() and gmtime() functions?
What does the qq{ } operator do?