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


Please Help Members By Posting Answers For Below Questions

What $! In perl?

531


How do I replace every TAB character in a file with a comma?

558


In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?

538


How do I debug a perl program?

524


What is qq (double q)operator in perl?

563






What is the purpose of goto expr statement?

486


What are the steps involved when the cgi program starts running?

514


What is the difference between perl list and perl array?

475


How to remove a directory in perl?

494


What is eval function in perl?

556


How can memory be managed in Perl?

553


What is hash?

562


How can you replace the characters from a string and save the number of replacements?

519


Explain the use of 'my' keyword in perl?

571


How to check the status of airplane mode (enable/disable) in perl for Android mobile?

2614