DOKK / manpages / debian 12 / perl-tk / Tk::widgets.3pm.en
widgets(3pm) User Contributed Perl Documentation widgets(3pm)

Tk::widgets - preload widget classes

  use Tk::widgets qw(Button Label Frame);

Does a 'require Tk::Foo' for each 'Foo' in the list. May speed startup by avoiding AUTOLOADs.

2023-03-23 perl v5.36.0