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
Why to use perl scripting?
What is chomp() operator/function?
What is the use of –w?
Who created perl?
Write a script to reverse a string without using perl's built in functions?
How to access parameters passed to a subroutine in perl?
Define dynamic scoping.
What are the steps involved when the cgi program starts running?
What does read () command do?
Explain the meaning of perl one-liner?
How will you open a file in read-only mode in perl?
List the prefix dereferencer in Perl.
Explain the difference between declarations of 'my' and 'local' variable scope in perl?
Explain the difference between die and exit in perl?
In Perl we can show the warnings using some options in order to reduce or avoid the errors. What are that options?