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 is the main function of fork() in cgi programming?
What are the reasons that cookie server can’t handle multiple connections?
What is the difference between use and require in perl?
Define perl scripting?
what are the two ways to get private values inside a subroutine or block?
what are the three groups involved in information sharing?
What does the qx{ } operator do?
How do you open a file for writing?
What happens to objects lost in "unreachable" memory, such as the object returned by Ob->new() in `{ my $ap; $ap = [ Ob->new(), $ap ]; }' ?
Packing and Unpacking. Hi, I want to get output as 0x23400000345.... in the below example How to get? i tried out, but unable to get the answer $r=0x234; $t=0x345; $y=pack('L L',$t,$r); $x1=unpack('L!',pack('P',$y)); printf("\nThe value is $x1"); I didn't get constant output
What is q (single q) operator in perl?
What is the use of now constructor in perl?