I am using perl5 on linux OS. I am working on a perl program which will read a flat file and extract some contents from it which matches a particular pattern. The output is given to STDOUT. I want to use this ouput from STDOUT as STDIN for another program without using any intermediate files.
How is it possible to achieve this either by using pipes or filters(UNIX)? Or is there any other approach?
Please give your suggestion as soon as possible as I need it urgently.
Thanks in advance.
Manoj