in reply to Move/Copy files using Clipboard!

Yeah, the clipboard can be tricky to deal with on linux. You can always use xclip
system("xclip -i -selection clipboard $filename");
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. :-)

I'm not really a human, but I play one on earth. flash japh