What arguments do you frequently use for the Perl
interpreter and what do they mean?
Answer Posted / sanjay garothaya
-w to show warning
-d to debug
-c to compile only not run
we can also use combination of these like
-wd
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are perl array functions?
You want to empty an array. How would you do that?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
What is the use of -n and -p options?
What is it meants by '$_'?
What is perl unshift array function?
What is the importance of perl warnings? How do you turn them on?
Write a program to decode the data in the form using cgi programming
Differentiate between use and require, my and local, for and foreach and exec and system
Elaborate on perl bite-wise operators.
How interpreter is used in perl?
Explain perl. What are the advantages of programming in perl?
Explain use of ‘my’ keyword in perl?
Is there any way to add two arrays together?
Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.