home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _1d3a33d7981c184bfcd29a9a73f5669e < prev    next >
Encoding:
Text File  |  2004-06-01  |  380 b   |  16 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 552 "blib\lib\Tk\Table.pm (autosplit into blib\lib\auto\Tk\Table\Posn.al)"
  7. sub Posn
  8. {
  9.  my ($t,$s) = @_;
  10.  my $info   = $t->{Slave}{$s->PathName};
  11.  return (wantarray) ? @$info : $info;
  12. }
  13.  
  14. # end of Tk::Table::Posn
  15. 1;
  16.