Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Differentiate between use and require, my and local, for and foreach and exec and system

0 Answers  


while(my($key, $value) = each(%hash) ) { print "$key => $value\n"; } my($key, $value); while(($key, $value) = each(%hash) ) { print "$key => $value\n"; } What is the different between these two code in case of "my" usage ?

1 Answers  


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

0 Answers  


Why do we use "use strict" in perl?

0 Answers  


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

0 Answers  


Why aren't Perl's patterns regular expressions?

0 Answers  


What are the logical operators used for small scale operations?

0 Answers  


How to read a single line from a file in perl?

0 Answers  


List the data types that Perl can handle?

0 Answers  


What is the difference between die and exit in perl?

0 Answers   HCL,


What does the qq{ } operator do?

0 Answers  


How to connect to SQL server through Perl?

0 Answers  


Categories