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

How can you define “my” variables scope in Perl and how it is different from “local” variable scope?

0 Answers  


write a Perl script to find a particular word in a paragraph???

1 Answers  


what are prefix dereferencer and list them out?

0 Answers  


What is the purpose of redo statement?

0 Answers  


What is perl push array function?

0 Answers  






What are the steps involved when the cgi program starts running?

0 Answers  


Does Perl have objects? If yes, then does it force you to use objects? If no, then why?

0 Answers  


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

4 Answers  


What are scalars in perl?

0 Answers  


Explain USE and REQUIREMENT statements?

0 Answers  


What are the different string manipulation operators in perl?

0 Answers  


Explain what is STDIN, STDOUT and STDERR?

0 Answers  


Categories