in reply to Re: Processing STDOUT of a called perl script during execution
in thread Processing STDOUT of a called perl script during execution

update: Scratch that... ;-) Except that $main->update() just queues another Tk event, which will be handled after exiting the sub...

Replies are listed 'Best First'.
Re^3: Processing STDOUT of a called perl script during execution
by almut (Canon) on Mar 10, 2008 at 16:29 UTC

    If so, why does it update then (before exiting the while loop and the handler) if you $main->update, and not if you don't?