in reply to panic: restartop error using Perl Tk + fork() on Win32.

You might want to look into Win32::Process . According to perlfork.pod one problem that windows has is that it does not have a fork system call, thus has to emulate the fork. The document then goes on to discuss the limitations of the emulation.

Hopefully these links will be of some help.
  • Comment on Re: panic: restartop error using Perl Tk + fork() on Win32.