home *** CD-ROM | disk | FTP | other *** search
/ Netrunner 2004 October / NETRUNNER0410.ISO / regular / ActivePerl-5.8.4.810-MSWin32-x86.msi / _05822ed53c26bff1160436f4bcbb4aa9 < prev    next >
Encoding:
Text File  |  2004-06-01  |  427 b   |  16 lines

  1. # NOTE: Derived from ..\blib\lib\Tk\Listbox.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk::Listbox;
  5.  
  6. #line 160 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\TIEARRAY.al)"
  7. sub TIEARRAY {
  8.   my ( $class, $obj, %options ) = @_;
  9.   return bless {
  10.         OBJECT => \$obj,
  11.         OPTION => \%options }, $class;
  12. }
  13.  
  14. # end of Tk::Listbox::TIEARRAY
  15. 1;
  16.