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
“Perl regular expressions match the longest string possible”. What is the name of this match?
What exactly is grooving and shortening of the array?
Is perl a case sensitive language?
What is the use of "stderr()"?
What is the difference between die and exit in perl?
How do I print the entire contents of an array with Perl?
“The methods defined in the parent class will always override the methods defined in the base class”. What does this statement means?
How do find the length of an array?
What is automatic error handling in perl?
Why to use perl?
Explain ivalue in perl?
What interface used in PERL to connect to database? How do you connect to database in Perl?
What are stdin, stdout and stderr?
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
What is lexical variable in perl?