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

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

0 Answers  


Write a program to decode the data in the form using cgi programming

0 Answers  


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

0 Answers  


What are prefix dereferencer?

0 Answers  


What is perl push array function?

0 Answers  






How will you get the count of parameters passed to a perl subroutine?

0 Answers  


What is perl scripting?

0 Answers  


What interface used in PERL to connect to database? How do you connect to database in Perl?

0 Answers  


What are the options that can be used to avoid logic errors in perl?

0 Answers  


What are the various advantages and disadvantages of perl?

0 Answers  


What is the difference between chop & chomp functions in perl?

10 Answers   Cap Gemini, DELL, Electronic Data, TCS,


Define perl scripting?

0 Answers  


Categories