Re: piping problem

2003-11-22 Thread Bob Showalter
Ilkka Naulapää wrote: > hi all, > > I'm quite new with perl and so far i've managed to get all done i've > needed to. But now I have a problem i need some help with. I need to > pipe *huge* output from one program into my perl script and i want to > start processing it right away without waiting th

piping problem

2003-11-22 Thread Ilkka Naulapää
hi all, I'm quite new with perl and so far i've managed to get all done i've needed to. But now I have a problem i need some help with. I need to pipe *huge* output from one program into my perl script and i want to start processing it right away without waiting this 'source' finishing its job.