From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
—1234567891011121314151617181920 HideShow 19 lines of Pod=head1 NAMETk::widgets - preload widget classes=for pm Tk/widgets.pm=for category Implementation=head1 SYNOPSIS use Tk::widgets qw(Button Label Frame);=head1 DESCRIPTIONDoes a 'require Tk::Foo' for each 'Foo' in the list.May speed startup by avoiding AUTOLOADs.=cut
=head1 NAME
Tk::widgets - preload widget classes
=for pm Tk/widgets.pm
=for category Implementation
=head1 SYNOPSIS
use Tk::widgets qw(Button Label Frame);
=head1 DESCRIPTION
Does a 'require Tk::Foo' for each 'Foo' in the list.
May speed startup by avoiding AUTOLOADs.
=cut