What arguments do you frequently use for the Perl
interpreter and what do they mean?
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between perl array and perl hash?
What can be done for efficient parameter passing in perl? Explain.
How are parameters passed to subroutines in perl?
What is “grep” function in perl?
What does file test operators do in perl?
Explain socket programming in perl?
How to read from a pipeline with Perl
What is the tk module?
what is Chop & Chomp function does?
How do you give functions private variables that retain their values between calls?
You want to open and read data files with perl. How would you do that?
How will you access an element of a perl array?
Explain returning values from subroutines?
How to create a directory in perl?
Give an example of using the -n and -p option.