Subject: | xclip stream IO error |
Date: | Tue, 27 Oct 2015 12:46:30 -0700 |
To: | bug-Clipboard [...] rt.cpan.org |
From: | Tyler Niles <tniles09 [...] gmail.com> |
I see you already have a bug open to remove the xclip dependency... thumbs
up for that one!
In the meantime, I have seen this error trying a simple example from the
man page:
Error closing `|xclip -i -selection primary`: at
/usr/local/share/perl5/Clipboard/Xclip.pm line 14.
code snippet:
Use Clipboard;
Clipboard->copy('foo');
My application is running on an apache webserver on centos 6. I see this
error when clicking on the link which runs this snippet, landing me at a
empty page (header is "Software Error", then the above error is displayed,
and a message saying to contact the webmaster (me)).