The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Tk::widgets - preload widget classes

SYNOPSIS

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

DESCRIPTION

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