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 happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
How to open and read data files with Perl
What are the two ways to get private values inside a subroutine?
What does file test operators do in perl?
What is the use of -t?
Differentiate use and require?
Can inheritance be used in perl? Explain with the help of an example.
What exactly is grooving and shortening of the array?
Does Perl have reference type?
What $! In perl?
Explain the meaning of subroutine?
What is the importance of perl warnings?
how to extract pin_code,phone_number,year from text file using regular expressions in perl
How will you create a file in perl?
List the prefix dereferencer in Perl.