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
Why does Perl not have overloaded functions?
What are the two ways to get private values inside a subroutine?
How do I sort a hash by the hash key?
What can be done for efficient parameter passing in perl? Explain.
What is lexical variable in perl?
What is the difference between single (') and double (") quote in a string in perl?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
How are parameters passed to subroutines in perl?
How to change a directory in perl?
Explain a tell function in perl?
Can inheritance be used in perl? Explain with the help of an example.
What is subroutine in perl?
What are the arguements we normally use for perl interpreter?
What is it meants by '$_'?
Explain the default scope of variables in perl?