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
You want to concatenate strings with perl. How would you do that?
Why to use perl?
Which has the highest precedence, List or Terms? Explain?
What is posix in perl?
How do you set environment variables in perl?
How to sort arrays in perl?
what are the strategies followed for multiple form interaction in cgi programs?
How do you match one letter in the current locale?
How does polymorphism work in perl?
What is the syntax used in Perl grep function?
Why -w argument is used with perl programs?
How will you create a file in perl?
How do I debug a perl program?
We all know private variables exist in perl. But do private METHODS exist in perl ? Eg ?
What are the steps involved when the cgi program starts running?