Re: System calls to return data via STDOUT

1999-12-08 Thread G.W. Haywood
Hi again, On Wed, 8 Dec 1999, hamid khoshnevis wrote: > Thanks, Ged. > > No you are right on. I do glimpseindex off-line and want to search using > glimpse. So I call glimpse and get the result set which I am able to pull > into regular perl with no problem but as soon as I take the working

Re: System calls to return data via STDOUT

1999-12-07 Thread Andrei A. Voropaev
l, I was told by a friend that I should use temporary > files to capture the output of Glimpse. > > Any ideas?? > > hamid > > > >From: "G.W. Haywood" <[EMAIL PROTECTED]> > >To: mod_perl Mailing List <[EMAIL PROTECTED]> > >Subject

Re: System calls to return data via STDOUT

1999-12-07 Thread Rick Myers
On Dec 07, 1999 at 01:53:20 -0800, hamid khoshnevis twiddled the keys to say: > I am trying to call Glimpse from modperl and capture the data set back. > After I wrote the email, I was told by a friend that I should use temporary > files to capture the output of Glimpse. > > Any ideas?? Pipe

Re: System calls to return data via STDOUT

1999-12-07 Thread hamid khoshnevis
l Mailing List <[EMAIL PROTECTED]> >Subject: System calls to return data via STDOUT >Date: Mon, 6 Dec 1999 19:01:23 + (GMT) > >Hi all, > >On Sun, 5 Dec 1999, hamid khoshnevis <[EMAIL PROTECTED]> wrote: > > > I am a newbie modperl'er > >Welcome to the cl

System calls to return data via STDOUT

1999-12-06 Thread G.W. Haywood
Hi all, On Sun, 5 Dec 1999, hamid khoshnevis <[EMAIL PROTECTED]> wrote: > I am a newbie modperl'er Welcome to the club. > I am tyring to get system calls to return data to modperl (via stdout). The idea of mod_perl is to get things to go faster by avoiding as much as possible the (time consu