in reply to Re^2: perl/tk show script progress
in thread perl/tk show script progress

Hi,

Not sure why you need a second script, could you not use a sub kicked off by a button?

I think you want to print text messages 'log style', you could use a scrolled-textbox for this. Check for it in the Tk manual.

J.C.