What arguments do you frequently use for the Perl
interpreter and what do they mean?

Answer Posted / sandeep kumar mall

Hi The various command line arguments are -e executes the
prog given as an argument-d start perl debugger on the file
name specified as an argument-c compile the file given as an
argument

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differences between die and exit.

774


What are the logical operators used for small scale operations? Explain them briefly.

712


How does polymorphism work in perl? Give an example.

637


I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur

1792


What are the advantages of programming in perl?

713


Explain goto label?

697


How to implement a stack in Perl?

758


Which operator in perl is used for the concatenation of two strings?

708


Explain the difference between die and exit in perl?

613


How will you create a file in perl?

695


What does length(%HASH) produce if you have thirty-seven random keys in a newly created hash?

763


Explain returning values from subroutines?

676


How can memory be managed in Perl?

749


Explain the difference between "my" and "local" variable scope declarations. ?

749


Explain the functioning of conditional structures in perl.

652