InterviewSolution
Saved Bookmarks
| 1. |
What Are The Arguements We Normally Use For Perl Interpreter |
|
Answer» -e for Execute, -c to compile, -d to call the debugger on the FILE specified, -T for traint MODE for security/input checking -W for SHOW all warning mode (or -w to show LESS warning) -e for Execute, -c to compile, -d to call the debugger on the file specified, -T for traint mode for security/input checking -W for show all warning mode (or -w to show less warning) |
|