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


Please Help Members By Posting Answers For Below Questions

Difference between the variables in which chomp function work ?

603


What are prefix dereferencer? List them.

562


Define perl scripting?

573


How can I display all array element in which each element will display on next line in perl ?

478


How to add elements in a hash in perl?

510






What is the use of now constructor in perl?

522


Explain grooving and shortening of arrays?

700


Which guidelines by Perl modules must be followed?

565


What is posix in perl?

518


Does Perl have reference type?

523


How would you ensure the re-use and maximum readability of your perl code?

518


How to replace perl array elements?

524


How do find the length of an array?

518


How to know whether a key exists or not in perl?

530


What does file test operators do in perl?

500