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



Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the te..

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

Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the te..

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

Can any1 tell me 2 write the script using perl script 2 looking at a log file 2 see wheather the te..

Answer / hari

no anser

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More CGI Perl Interview Questions

When does circular reference occur?

0 Answers  


Explain goto label?

0 Answers  


Differences between die and exit.

0 Answers  


If EXPR is an arbitrary expression, what is the difference between $Foo::{EXPR} and *{"Foo::".EXPR}?

0 Answers  


What is the purpose of goto expr statement?

0 Answers  


Explain ivalue in perl?

0 Answers  


How to change a directory in perl?

0 Answers  


How does polymorphism work in perl? Give an example.

0 Answers  


List the data types that Perl can handle?

0 Answers  


what are steps to do to lock the sony ericsson mobile with password?

0 Answers  


“Perl regular expressions match the longest string possible”. What is the name of this match?

0 Answers  


What does the command "use strict" do and why should you use it?

2 Answers   Symphony, TCS,


Categories