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 exec and system?
What does next statement do in perl?
What is perl push array function?
How to merge two arrays in perl?
I have one question regarding to eval function. I know eval function is use for error checking but I am not able to understand below line. eval \'exec perl -S $0 ${1+\"$@\"}\' if 0; $0 for script name $@ set if error occur
List the prefix dereferencer in Perl.
What is epoch time in perl?
What is the use of "stderr()"?
What is the difference between die and exit in perl?
Elaborate on perl bite-wise operators.
what are the three groups involved in information sharing?
What is q (single q) operator in perl?
What is v-strings?
How can information be put into hashes?
How will you open a file in a write-only mode in perl?