On Tue, 18 Jul 2006, Sayed, Irfan (Irfan) wrote:
>
> tried. but still same error.
> 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
And just what might that error message be? Error messages generally give a
clue to what's wrong
Owen
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>