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

What is perl shift array function?

0 Answers  


what is CPAN?

0 Answers  


How to sort dates in Perl ?

1 Answers  


my @array=('data1','data2'); my @array1=('data1','data2'); my ($i,$k); $i=7; $k=7; while($i){ $array [++$#array] = 'ree'; $i--; print "@array"; } while($k){ push(@array1,'ree'); $k--; print "@array1"; } Are these two while loop are doing the same functionality ? What may be the difference?

1 Answers   A1 Technology,


What are the advantages of programming in perl?

0 Answers  


what is the main function of fork() in cgi programming?

0 Answers  


What are the purpose of close(), getc() and read() functions?

0 Answers  


What is the use of –w?

0 Answers  


How do I sort a hash by the hash value?

0 Answers  


How many types of primary data structures in Perl and what do they mean?

0 Answers  


Comment on the scope of variables in perl.

0 Answers  


What are the features of perl language?

0 Answers  


Categories