Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / site_perl / 5.8.0 / sun4-solaris / auto / Tk / Table / totalColumns.al
# NOTE: Derived from blib/lib/Tk/Table.pm.
# Changes made here will be lost when autosplit is run again.
# See AutoSplit.pm.
package Tk::Table;
#line 484 "blib/lib/Tk/Table.pm (autosplit into blib/lib/auto/Tk/Table/totalColumns.al)"
sub totalColumns
{
scalar @{shift->{'Width'}};
}
# end of Tk::Table::totalColumns
1;