DOKK / manpages / debian 11 / 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.

2020-11-09 perl v5.32.0