What arguments do you frequently use for the Perl
interpreter and what do they mean?

Answer Posted / sanjay garothaya

-w to show warning
-d to debug
-c to compile only not run

we can also use combination of these like
-wd

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of 'ne' operator?

681


What is the different between array and hash in perl programming?

677


Explain chomp, chop, cpan, tk.

703


How can I implement the function overloading in Perl ? I read about the operator overloading, I do not know how to implement the function overloading. Thanks in advance ?

2671


Explain what is STDIN, STDOUT and STDERR?

724


Write a program that explains the symbolic table clearly.

732


How to code in perl to implement the tail function in unix?

698


Explain perl one-liner?

698


What is automatic error handling in perl?

710


Explain lists ?

692


What is the purpose of redo statement?

721


Write a program that shows the distinction between child and parent process?

683


What is Perl?

755


Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?

745


Why do we use "use strict" in perl?

722