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

  1. # NOTE: Derived from blib\lib\Tk.pm.
  2. # Changes made here will be lost when autosplit is run again.
  3. # See AutoSplit.pm.
  4. package Tk;
  5.  
  6. #line 728 "blib\lib\Tk.pm (autosplit into blib\lib\auto\Tk\Receive.al)"
  7. # If we have sub Clipboard in Tk then use base qw(Tk::Clipboard ....)
  8. # calls it when it does its eval "require $base"
  9. #sub Clipboard
  10. #{my $w = shift;
  11. # my $cmd    = shift;
  12. # croak "Use clipboard\u$cmd()";
  13. #}
  14.  
  15. sub Receive
  16. {
  17.  my $w = shift;
  18.  warn 'Receive(' . join(',',@_) .')';
  19.  die 'Tk rejects send(' . join(',',@_) .")\n";
  20. }
  21.  
  22. # end of Tk::Receive
  23. 1;
  24.