Is there a way to execute a subroutine and return immediately without waiting for the subroutine to finish?
I have a button that creates a report and puts the data into a widget in a separate frame. The report subroutine takes about 5 seconds to complete, which causes the button to stay 'sunken' and the entire MainWindow is unresponsive.
I have searched CPAN, and Google, but I am probably not using the correct keyword, because I can't find anything.