InterviewSolution
Saved Bookmarks
| 1. |
Why -w Argument Is Used With Perl Programs? |
|
Answer» -w OPTION of the interpreter is used by most of the Perl DEVELOPERS especially in the development stage of an application. It is warning option to turn on multiple warning messages that are useful in UNDERSTANDING and DEBUGGING the application. -w option of the interpreter is used by most of the Perl developers especially in the development stage of an application. It is warning option to turn on multiple warning messages that are useful in understanding and debugging the application. |
|