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.
Answer Posted / 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 |
Post New Answer View All Answers
What are some of the key features of objects in perl?
In Perl, there are some arguments that are used frequently. What are that arguments and what do they mean?
What is cpan in perl?
What does localtime() do in perl?
how to get back up from private character editor which is saved in the format of .udf
Explain about the applications of perl?
Write syntax to add two arrays together in perl?
what is perl language?
Write a program that explains the symbolic table clearly.
What is the use of -w, -t and strict in Perl?
Perl uses single or double quotes to surround a zero or more characters. Are the single(' ') or double quotes (" ") identical?
Explain substr function in perl?
How are parameters passed to subroutines in perl?
what is the function that is used to identify how many characters are there in a string?
What is warn function in perl?