Digging on this....to make it work.

Thanks again.


----- Original Message -----
From: jeff pang <[EMAIL PROTECTED]>
Date: Friday, December 14, 2007 7:45 pm
Subject: Re: Perl loop
To: [EMAIL PROTECTED]
Cc: "beginners@perl.org" <beginners@perl.org>


> --- [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