On Tue, 18 Jul 2006, Sayed, Irfan (Irfan) wrote:

>  
> I am executing following code 
>  
> foreach (@vob_list)
>  {
>     my @repl = `$CT lsreplica -invob $_ | grep cmvobsvr1mum`;
> print @repl;
>  }
> 
>  but i am not getting proper output for grep


It is probably looking for the system grep. Try adding the full path to
the grep executable



Owen


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


Reply via email to