sub refresh_main_window { $recipe_clist->hide(); $recipe_clist = show_recipe_list() || die "Problem on exchange: $!"; $recipe_clist->show_now() || die "Problem on show: $!"; }