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 / Posn.al < 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.