How do you debug a Perl scripting ( at the compile time
error or run
time error) in Unix environment ?

Answer Posted / manohar

#! /usr/bin/perl -d

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?

2059


Explain string comparison operators in perl.

641


Explain split function in perl?

615


you are required to replace a char in a string and store the number of replacements. How would you do that?

571


Write a program that shows the distinction between child and parent process?

564






How to turn on Perl warnings? Why is that important?

635


What is the difference between single (') and double (") quote in a string in perl?

534


Explain subroutine in perl?

536


What are perl array functions?

588


Explain the use of 'my' keyword in perl?

623


What is a chop() function in perl?

654


How does polymorphism work in perl? Give an example.

526


How do find the length of an array?

591


What happens when you return a reference to a private variable?

594


When would `local $_' in a function ruin your day?

599