How do you debug a Perl scripting ( at the compile time
error or run
time error) in Unix environment ?
Answer Posted / sirisha
by using strict and warnings, or by putting some print
statements
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
what is Polymorphism in Perl?
Why is it hard to call this function: sub y { "because" } ?
what are steps to do to lock the sony ericsson mobile with password?
How does polymorphism work in perl? Give an example.
How to concatenate strings with perl?
What is the difference between perl list and perl array?
Define operators used in perl?
Perl regular expressions are greedy" what does this mean?
What are the advantages of programming in perl?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
When would `local $_' in a function ruin your day?
What are the logical operators used for small scale operations? Explain them briefly.
Explain grooving and shortening of arrays?
Explain chomp?
What are the various flags/arguments that can be used while executing a perl program?