home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-perl-addon-1.4.9-installer.exe / totalColumns.al < prev    next >
Encoding:
Text File  |  2004-06-01  |  334 b   |  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.