--- [EMAIL PROTECTED] wrote:

> Thanks Jeff.
> 
> How will this be considered.
> 
> if(system(CondA) && system(CondB)) ...
> 

I'd better write it as:

system "cronA && cronB";
if ($? == 0 ) {
    do something...
}

Best Regards,
Jeff (joy) Peng


      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to