Tk::widgets - preload widget classes


NAME

Tk::widgets - preload widget classes


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

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.

 Tk::widgets - preload widget classes