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
Explain what is lvalue?
What is the closure in PERL?
What does 'do' statement do in perl?
How we can navigate the xml documents?
What does next statement do in perl?
Which has the highest precedence, List or Terms? Explain?
How do I sort a hash by the hash value?
List the files in current directory sorted by size ?
What are prefix dereferencer? List them.
Mention how many ways you can express string in Perl?
What is a chop() function in perl?
List the prefix dereferencer in Perl.
what is perl language?
Why -w argument is used with perl programs?
What interface used in PERL to connect to database? How do you connect to database in Perl?