How do you debug a Perl scripting ( at the compile time
error or run
time error) in Unix environment ?
Answer Posted / sirisha
by using strict and warnings, or by putting some print
statements
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How do I debug a perl program?
How to sort arrays in perl?
Mention what is cpan?
You want to download the contents of a url with perl. How would you do that?
What does `new $cur->{LINK}' do? (Assume the current package has no new() function of its own.)
What do you mean by context of a subroutine?
how to connect cisco switch uisng perl script
What is “grep” function in perl?
Explain the meaning of closure in perl.
What are the different ways to run cgi?
Which functions in perl allows you to include a module file. State their differences.
What does undef function in perl?
What does last statement do in perl?
Explain use of ‘my’ keyword in perl?
Comment on data types and variables in perl.