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
Explain perl. What are the advantages of programming in perl?
What is perl programming?
How do I generate a list of all .html files in a directory?
What does undef function in perl?
How do I sort a hash by the hash key?
How can information be put into hashes?
Explain the functioning of conditional structures in perl.
Explain substr function in perl?
How to read file into hash array ?
Explain tk?
What is the use of -t?
What package you use to create a windows services?
What is perl? What is the basic command to print a string in perl?
How to open a directory in perl?
What are the advantages of programming in perl?