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
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
what are the two ways to get private values inside a subroutine or block?
How can I display all array element in which each element will display on next line in perl ?
There are some duplicate entries in an array and you want to remove them. How would you do that?
How do I do fill_in_the_blank for each file in a directory?
How does polymorphism work in perl? Give an example.
What are the functions that can be performed using cgi program?
What is the easiest way to download the contents of a URL with Perl?
If you want to empty an array then how would you do that?
What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?
What is the use of 'ne' operator?
How many types of primary data structures in Perl and what do they mean?
Explain goto label, goto name, and goto expr?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
How to dereference a reference?