in reply to Re: Get live output of exec
in thread Get live output of exec

> Here is a simple example( not using IO::Pipe ).

You are confusing me... :)

Are there special reasons for recommending this module except its OO interface?

Cheers Rolf

( addicted to the Perl Programming Language)

Replies are listed 'Best First'.
Re^3: Get live output of exec
by kennethk (Abbot) on Mar 04, 2014 at 15:33 UTC

    Never used it, but the docs certainly look like it makes clean-up a whole lot easier. Cute misdirection so you don't have to remember the argument order on the constructor. Looks like it's been in CORE since 5.12.


    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.