my $listbox; sub some_name { $listbox = $search_frame->ListBox( ... ); $listbox->place( ... ); } $listbox->insert( ... );