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 does delete function do in perl?
What is the purpose of goto expr statement?
What is perl dbi?
What does `$result = f() .. g()' really return?
What is cpan ? What are the modules coming under this?
What are the different ways to run cgi?
Explain which feature of PERL provides code reusability?
What is the difference between localtime() and gmtime() functions?
What do you mean by context of a subroutine?
What are the advantages of c over Perl?
You want to add two arrays together. How would you do that?
What does the qx{ } operator do?
What is 'commit' command in perl?
what are the steps involved in reading a cgi script on the server?
What is the purpose of redo statement?