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

2018-11-01 perl v5.28.0