Can any1 tell me 2 write the script using perl script 2
looking at a log file 2 see wheather the test has passed or not.
Answers were Sorted based on User's Feedback
Answer / bhagwat gupta
The question is not clear, if i am picking you up
correctly, here is the answer.
If you want to check the particular part of a code ran fine
or not,you can put it in a eval block and then check for $@
(if $@ set, something wrong) and accordingly print the
message in the log file.
If not helpful,can you pls explain the questions properly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kamal
Could you pelase let me know how to justified the test is
pass or not.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does the command "use strict" do and why should you use it?
How to dereference a reference?
What are some common methods to all handles in perl?
How can I display all array element in which each element will display on next line in perl ?
When do you use perl programming?
Mention what is cpan?
Explain the various characteristics of perl.
What does perl do in linux?
What is the difference between use and require in perl?
Comment on data types and variables in perl.
What is the purpose of goto expr statement?
List the prefix dereferencer in Perl.