sub getResults { # ... $ltb->bind("", sub { searchGet($dialog, $ltb);}); # ... } sub searchGet { # ... $dialog->destroy; # ... }