in reply to Re: Perl Tk unable to return from MainLoop when implemented in a subroutine
in thread Perl Tk unable to return from MainLoop when implemented in a subroutine

Thanks! This solved my problem. I realised I was having another mainwindow open. Even though the 2 windows do not seem to be related, destroying the other window helped my to proceed with my script flow :)
  • Comment on Re^2: Perl Tk unable to return from MainLoop when implemented in a subroutine