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
How to read file into hash array ?
what is the main function of fork() in cgi programming?
List the prefix dereferencer in Perl.
Explain perl.
how to get back up from private character editor which is saved in the format of .udf
How can you define “my” variables scope in Perl and how it is different from “local” variable scope?
What is epoch time in perl?
How to add elements in a hash in perl?
what are steps to do to lock the sony ericsson mobile with password?
How can we create perl programs in unix, windows nt, macintosh and os/2 ?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
How many types of variable in perl?
Does Perl have reference type?
Explain what is STDIN, STDOUT and STDERR?
What is the difference between die and exit in perl?