in reply to (Solved) Perl Tk: STDOUT and STDERR to ROText

sub printer never returns, it runs forever, it is an infinite loop, once sub printer runs, nothing else can run, not even tk

see Re: Perl:TK - standard output to text widget

  • Comment on Re: Perl Tk: STDOUT and STDERR to ROText

Replies are listed 'Best First'.
Re^2: Perl Tk: STDOUT and STDERR to ROText
by Karkadan (Initiate) on Feb 15, 2012 at 19:01 UTC

    I feared that.

    So the other script in script solution would be using threads. I will try that.

    Thanks a lot.