Help for this page
use Tk::NoteBook; $notebook = $frmNotebook->NoteBook()->pack(); ... &customersAccounting_ui($acctTab); &customersNotes_ui($notesTab); &customersInvoice_ui($invoiceTab);
my $mnuTerms = $root->BrowseEntry ( -textvariable => \$cust->{'terms'}, -state => 'readonly', -choices => \@items, );