What arguments do you frequently use for Perl Interpreter and what do they mean

Showing Answers 1 - 6 of 6 Answers

abhishek jain

  • Dec 13th, 2006
 

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 argumentThanks,Abhishek jain

  Was this answer useful?  Yes

m

  • Sep 4th, 2007
 

There's also:

  • -T for taint mode for security/input-checking
  • -W for show all warnings mode (or -w to show less warnings)

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions