Hi Mike,

On Thu, 8 Aug 2019 15:40:42 +0100
Mike Martin via beginners <beginners@perl.org> wrote:

> Is it possible to have the output of a perl module piped to open (open3 in
> my case), so I can use a file handle contains the output passed to sysread
> 
> Odd question I know
> 

you can use https://en.wikipedia.org/wiki/Fork_(system_call) ,
https://duckduckgo.com/?q=dup+unix&atb=v140-1&ia=web , "open >&" , etc.

> Thanks



-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Best Introductory Programming Language - http://shlom.in/intro-lang

A person with one watch knows what time it is; a person with two watches is
never sure.   — Proverb [via fortune-mod]

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to