home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _c6a944b739885770dbeb1c605947e11a < prev    next >
Encoding:
Text File  |  2004-06-01  |  306 b   |  21 lines

  1.  
  2. =head1 NAME
  3.  
  4. Tk::widgets - preload widget classes
  5.  
  6. =for pm Tk/widgets.pm
  7.  
  8. =for category Implementation
  9.  
  10. =head1 SYNOPSIS
  11.  
  12.   use Tk::widgets qw(Button Label Frame);
  13.  
  14. =head1 DESCRIPTION
  15.  
  16. Does a 'require Tk::Foo' for each 'Foo' in the list.
  17. May speed startup by avoiding AUTOLOADs.
  18.  
  19. =cut
  20.  
  21.