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 importance of perl warnings?

1132


How can we create perl programs in unix, windows nt, macintosh and os/2 ?

884


How to prevent file truncation in perl?

1007


Explain a tell function in perl?

952


How to create a package?

947


You want to download the contents of a url with perl. How would you do that?

868


Can you add two arrays together?

915


There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"

2391


What are the logical operators used for small scale operations? Explain them briefly.

978


What is confess function in perl?

931


How many data types are there in perl?

956


How do I print the entire contents of an array with Perl?

942


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

892


How to read a directory in perl?

1022


Which functions in perl allows you to include a module file.

985