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
How do I replace every TAB character in a file with a comma?
What are the different types of perl operators?
List the prefix dereferencer in Perl.
How many types of variable in perl?
What is the use of –w?
How can I display all array element in which each element will display on next line in perl ?
What does 'do' statement do in perl?
How will you open a file in read-only mode in perl?
Write a program to decode the data in the form using cgi programming
What is the function of virtual documents in cgi programs?
What is cpan ? What are the modules coming under this?
How to read from a pipeline with Perl
What is chomp() operator/function?
What are the purpose of close(), getc() and read() functions?
Write a script to reverse a string without using perl's built in functions?