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

Answers were Sorted based on User's Feedback



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

Answer / vipul dalwala

Mainly we are using -w argument for perl interpreter. That
means you are turning on warning messages.

Is This Answer Correct ?    14 Yes 5 No

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

Answer / 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

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

Answer / 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

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

Answer / sanjay garothaya

-w to show warning
-d to debug
-c to compile only not run

we can also use combination of these like
-wd

Is This Answer Correct ?    4 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

What are the arguments and what do they mean in perl programming?

0 Answers  


Write the program to process a list of numbers.

0 Answers  


What is the tk module?

0 Answers  


What is cpan in perl?

0 Answers  


what is CPAN?

0 Answers  






What is a perl references?

0 Answers  


Explain the default scope of variables in perl?

0 Answers  


What is the importance of perl warnings? How do you turn them on?

0 Answers  


what is perl language?

0 Answers  


how to extract pin_code,phone_number,year from text file using regular expressions in perl

0 Answers  


Which guidelines by Perl modules must be followed?

0 Answers  


You want to read command-line arguements with perl. How would you do that?

0 Answers  


Categories