|
Tk::widgets - preload widget classes
|
Tk::widgets - preload widget classes
This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.
use Tk::widgets qw(Button Label Frame);
Does a 'require Tk::Foo' for each 'Foo' in the list.
May speed startup by avoiding AUTOLOADs.
|
Tk::widgets - preload widget classes
|
|