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


Please Help Members By Posting Answers For Below Questions

How can memory be managed in Perl?

758


There are two types of eval statements i.e. Eval expr and eval block. Explain them.

708


Explain about typeglobs?

714


you are required to replace a char in a string and store the number of replacements. How would you do that?

689


Explain ivalue?

712


Give an example of using the -n and -p option.

757


What does the’$_’ symbol mean?

762


Explain substr function in perl?

756


What are some of the key features of objects in perl?

717


Explain 'grep' function.

763


What does Perl do if you try to exploit the execve(2) race involving setuid scripts?

718


Which functions in perl allows you to include a module file. State their differences.

707


List the operator used in Perl?

729


What are perl array functions?

719


How would you ensure the re-use and maximum readability of your perl code?

715