in reply to Re^5: Can't get Dialog or messageBox to work from button
in thread Can't get Dialog or messageBox to work from button
But that's what sub { ... } already returns. There is no need to have a subroutine reference that itself returns another subroutine reference when called, especially when you want the function call to happen instead.
|
|---|