Programming Languages C++ Subjective
Mar 13, 2013

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

Detailed Explanation

-w (argument shows warning)

-d (use for debug)

-c (which compile only not run)

-e (which executes)

We can also use combination of these like:

-wd

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback