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
what is the function of Return Value?
Explain USE and REQUIREMENT statements?
Which functions in perl allows you to include a module file. State their differences.
Assuming both a local($var) and a my($var) exist, what's the difference between ${var} and ${"var"}?
What is hash?
How to read multi lines from a file in perl?
Hi, I am a accountant. I am preparing a balance sheet but because of staff shortage and time pressures I cant complete it on time. There is lot of common data with last years which I need not retype and I can manage by editing last year’s balance sheet ? Is their any software on net where I can do this easily??
what is the difference between java and cgi?
What is perl I used for?
Explain socket programming in perl?
How to remove a directory in perl?
What are hashes?
Why Perl aliases are considered to be faster than references?
Comment on array slicing and range operator
How can I display all array element in which each element will display on next line in perl ?