Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / kuldip singh behal

we can also use -c and -d switches to debug our perl scripts
ex:
perl -c sample.pl (for compilation errors)
perl -d sample.pl (for debugging the code line by line)

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between use and require in perl?

806


How will you access an element of a perl array?

887


How to compare two strings in perl?

887


How does polymorphism work in perl? Give an example.

809


How to read a single line from a file in perl?

921


What is an interpolation in perl?

928


Explain about the applications of perl?

913


List the data types that Perl can handle?

965


How to connect with sqlserver from perl and how to display database table info?

904


How will you open a file in read-only mode in perl?

849


Define operators used in perl?

881


How do I replace every character in a file with a comma?

924


Why does Perl not have overloaded functions?

972


what are the three groups involved in information sharing?

830


Define say() function in perl?

902