What arguments do you frequently use for the Perl
interpreter and what do they mean?
Answer Posted / jamal
-w Which show warning
-d Which debug
-c Which compile only not run
-e Which executes
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain what is the scalar data and scalar variables in Perl?
How to get help for perl?
What is the peculiarity of returning values by subroutines in perl?
What does undef function in perl?
What does the qx{ } operator do?
What does a die() function do in perl?
How will you create a file in perl?
What are perl variables?
What is the difference between use and require in perl?
How to read a single line from a file in perl?
List the prefix dereferencer in Perl.
Explain cpan?
Explain the meaning of closure in perl.
How do you match one letter in the current locale?
What is automatic error handling in perl?