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
Explain the difference between die and exit in perl?
What does next statement do in perl?
How to convert arrays into a string in perl?
How to convert strings into an array in perl?
How do you find the length of an array?
Why should I use the -w argument with my Perl programs?
Explain strftime() function in perl?
How to know whether a key exists or not in perl?
If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?
What does perl do in linux?
What are arrays in perl?
What is chomp() operator/function?
How to open a directory in perl?
How can you create anonymous subroutines?
What is Perl?