Help for this page

Select Code to Download


  1. or download this
    $sun->DropSite(
      -droptypes => ['KDE','XDND','Sun'],
      ...
    );
    
  2. or download this
    $sun->DropSite(
      -droptypes => ['KDE','XDND','Sun'],
      -dropcommand => sub {
        $data = $sun->SelectionGet(-selection => $_[0]);
      }
    }