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
What is the use of 'ne' operator?
What is the different between array and hash in perl programming?
Explain chomp, chop, cpan, tk.
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 ?
Explain what is STDIN, STDOUT and STDERR?
Write a program that explains the symbolic table clearly.
How to code in perl to implement the tail function in unix?
Explain perl one-liner?
What is automatic error handling in perl?
Explain lists ?
What is the purpose of redo statement?
Write a program that shows the distinction between child and parent process?
What is Perl?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
Why do we use "use strict" in perl?