in reply to how do I place text into clipboard on Linux?

A quick search of CPAN shows

Tk::clipboard

and

Clipboard

Have you looked at these?


s//----->\t/;$~="JAPH";s//\r<$~~/;{s|~$~-|-~$~|||s |-$~~|$~~-|||s,<$~~,<~$~,,s,~$~>,$~~>,, $|=1,select$,,$,,$,,1e-1;print;redo}
  • Comment on Re: how do I place text into clipboard on Linux?

Replies are listed 'Best First'.
Re^2: how do I place text into clipboard on Linux?
by Corion (Patriarch) on May 02, 2005 at 06:46 UTC

    Did you look at Clipboard ? It is merely an empty shell and the author wants to cobble together "drivers" with the help of others. The author didn't even go as far as doing a search and incorporate Win32::Clipboard and Tk::Clipboard as quick solutions. So I don't think that Clipboard is a module with much use.