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
Explain gmtime() function in perl?
How can you use Perl warnings and what is the importance to use them?
What is perl I used for?
Suppose an array contains @arraycontent=(‘ab’, ‘cd’, ‘ef’, ‘gh’). How to print all the contents of the given array?
Comment on data types and variables in perl.
Explain lists ?
Explain goto name?
Explain '->' in perl?
Explain use of ‘my’ keyword in perl?
How to compare two strings in perl?
How to prevent file truncation in perl?
Explain what is STDIN, STDOUT and STDERR?
What is the difference between use and require in perl?
What is grep used for in perl?
How many ways can we express string in Perl?