in reply to Re^2: Tk::NoteBook issue with creating tabs under a menu
in thread Tk::NoteBook issue with creating tabs under a menu

Well, Tk::Notebook->add returns a frame
$nbframes{$choice}{'frame'} = $nb->add(...
zentara stored it in $nbframes{$choice}{'frame'}, and later accessed it with
$nbframes{$choice}{'frame'}->Scrolled('Text',-bg=>'white')
so it sounds like you need to read perldsc, references quick reference