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 arguments do you frequently use for the Perl interpreter and what do they mean?
Which has the highest precedence, List or Terms? Explain?
Differentiate between c++ and perl.
When do you use perl programming?
What are the various flags/arguments that can be used while executing a perl program?
How to replace perl array elements?
List the operator used in Perl?
What is the difference between chop & chomp functions in perl?
10 Answers Cap Gemini, DELL, Electronic Data, TCS,
How can you create anonymous subroutines?
Why do you use Perl?
What is lexical variable in perl?
Differences between die and exit.