home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _9d7a2fe522d77923d6f23a7a6ae1d495 < prev    next >
Encoding:
Text File  |  2004-06-01  |  326 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 547 "blib\lib\Tk\Table.pm (autosplit into blib\lib\auto\Tk\Table\totalRows.al)"
  7. sub totalRows
  8. {
  9.  scalar @{shift->{'Height'}};
  10. }
  11.  
  12. # end of Tk::Table::totalRows
  13. 1;
  14.