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 / EXTEND.al < prev    next >
Encoding:
Text File  |  2004-06-01  |  420 b   |  17 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 312 "..\blib\lib\Tk\Listbox.pm (autosplit into ..\blib\lib\auto\Tk\Listbox\EXTEND.al)"
  7. # EXTEND
  8. # ------
  9. # Do nothing and be happy about it
  10. sub EXTEND { }
  11.  
  12. # PUSH
  13. # ----
  14. # Append elements onto the Listbox contents
  15. # end of Tk::Listbox::EXTEND
  16. 1;
  17.