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

  1. # NOTE: Derived from blib\lib\Tk\Table.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk::Table;
  5.  
  6. #line 542 "blib\lib\Tk\Table.pm (autosplit into blib\lib\auto\Tk\Table\totalColumns.al)"
  7. sub totalColumns
  8. {
  9.  scalar @{shift->{'Width'}};
  10. }
  11.  
  12. # end of Tk::Table::totalColumns
  13. 1;
  14.