Help for this page

Select Code to Download


  1. or download this
    use Win32::Clipboard;
    $CLIP = Win32::Clipboard();
    $CLIP->Set("some text to copy into the clipboard");
    
  2. or download this
    use Win32::Clipboard;
    Win32::Clipboard("some different text to copy into the clipboard");