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
“Perl regular expressions match the longest string possible”. What is the name of this match?
Mention how many ways you can express string in Perl?
How to read a single line from a file in perl?
Define dynamic scoping.
How does a “grep” function perform?
Is perl a case sensitive language?
What are the various perl data types based on the context?
What are the arguements we normally use for perl interpreter?
What are the different ways to run cgi?
How do you match one letter in the current locale?
What does next statement do in perl?
How to start perl in interactive mode?
How to connect to SQL server through Perl?
What is the usage of -i and 0s options?
Which guidelines by Perl modules must be followed?