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 socket programming in perl?
What is qq (double q)operator in perl?
How do you find the length of an array?
Define print() function in perl?
How does polymorphism work in perl? Give an example.
How do I pass a command line argument in perl?
What does last statement do in perl?
Explain splicing of arrays?
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?
What is “grep” function in perl?
What are the advantages of perl programming?
What is the difference between perl array and perl hash?
Comment on data types and variables in perl.
Explain gmtime() function in perl?
Explain what is STDIN, STDOUT and STDERR?