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
Write syntax to use grep function?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
Explain goto expr?
Explain lists ?
How do I do fill_in_the_blank for each file in a directory?
When does circular reference occur?
Explain socket programming in perl?
What is it meants by '$_'?
How do you you check the return code of a command in perl?
In CPAN module, name an instance you use.
What does the qq{ } operator do?
What is the usage of -i and 0s options?
What are the advantages and disadvantages of perl language?
How to prevent file truncation in perl?
How to implement a stack in Perl?