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
Explain the various characteristics of perl.
Explain perl one-liner?
How to access parameters passed to a subroutine in perl?
How to connect with sqlserver from perl and how to display database table info?
How do I read command-line arguments with Perl?
What are the benefits of perl in using it as a web-based application?
Explain regular expression in perl?
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
what is CPAN?
Explain the meaning of perl one-liner?
What does this symbol mean '->'?
Difference between the variables in which chomp function work ?
Which functions in Perl allows you to include a module file or a module and what is the difference between them?
What is the difference between single (') and double (") quote in a string in perl?
What is warn function in perl?