in reply to Re: Tk buttons: Run/Cancel
in thread Tk buttons: Run/Cancel

It looks like this module is close to what I need. But this module executes a "system" call. I need to execute a routine. I don't think IO::Handle works for my situation. And doesn't Fork() have to wait for the child to end anyways? Any suggestions?