in reply to Move/Copy files using Clipboard!
There are 3 different clipboards, the 'primary','secondary', and 'clipboard'. Try "xclip -h" for xclip help. If you find the right syntax for using Tk::Clipboard let us know. :-)system("xclip -i -selection clipboard $filename");
|
|---|