-
-
13 Oct 2010 04:46:50 UTC
- Distribution: Clipboard
- Module version: 0.13
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (4865 / 57 / 2)
- Kwalitee
Bus factor: 2- 50.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (21.11KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Clipboard - Copy and paste with any OS
SYNOPSIS
use Clipboard; print Clipboard->paste; Clipboard->copy('foo');
Clipboard->cut() is an alias for copy(). copy() is the preferred method, because we're not really "cutting" anything.
Also see the scripts: clipaccumulate clipbrowse clipedit clipfilter clipjoin
DESCRIPTION
Who doesn't remember the first time they learned to copy and paste, and generated an exponentially growing text document? Yes, that's right, clipboards are magical.
With Clipboard.pm, this magic is now trivial to access, in a cross-platform-consistent API, from your Perl code.
STATUS
Seems to be working well for Linux, OSX, *BSD, and Windows. I use it every day on Linux, so I think I've got most of the details hammered out (X selections are kind of weird). Please let me know if you encounter any problems in your setup.
AUTHOR
Ryan King <rking@panoptic.com>
COPYRIGHT
Copyright (c) 2010. Ryan King. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
Module Install Instructions
To install Clipboard, copy and paste the appropriate command in to your terminal.
cpanm Clipboard
perl -MCPAN -e shell install Clipboard
For more information on module installation, please visit the detailed CPAN module installation guide.