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
What is hash?
In CPAN module, name an instance you use.
what is the function that is used to identify how many characters are there in a string?
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
How to convert strings into an array in perl?
You want to add two arrays together. How would you do that?
Explain goto name?
What is the use of "stderr()"?
How to read a file into a hash array?
Define dynamic scoping.
What $! In perl?
Differentiate between use and require, my and local, for and foreach and exec and system
What are the advantages of programming in perl?
How many data types are there in perl?
List the operator used in Perl?