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


Please Help Members By Posting Answers For Below Questions

Explain subroutine in perl?

492


What are the purpose of close(), getc() and read() functions?

484


What does last statement do in perl?

530


In CPAN module, name an instance you use.

544


How to convert strings into an array in perl?

517






Differentiate use and require?

530


How to concatenate strings in perl?

594


For a situation in programming, how can you determine that Perl is a suitable?

485


Explain split function in perl?

562


Why aren't Perl's patterns regular expressions?

595


Perl regular expressions are greedy" what does this mean?

505


What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?

551


How to access parameters passed to a subroutine in perl?

543


Is perl compiler or interpreter?

542


What are scalars?

551