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
How can you replace the characters from a string and save the number of replacements?
Create a function that is only available inside the scope where it is defined ?
Why to use perl?
How do find the length of an array?
how to get back up from private character editor which is saved in the format of .udf
What do you mean by context of a subroutine?
What are the advantages of perl programming?
Which of these is a difference between Perl and C++ ?
How to access parameters passed to a subroutine in perl?
You want to concatenate strings with perl. How would you do that?
Why is it hard to call this function: sub y { "because" } ?
What is the difference between exec and system?
For a situation in programming, how can you determine that Perl is a suitable?
How can you use Perl warnings and what is the importance to use them?
How to print escaping characters inside a string in perl?