Re: Windows Clipboard
On Fri, 29 Apr 2005 21:10:25 +0100, "Simon Guest" <sguest@xxxxxxx>
wrote:
>I want to write to the windows clipboard from a PERL program.
>Can anyone tell me how, please
Since you're running Windows it's 100:1 that you're using ActiveState
Perl. If so then look in the HTML Help; towards the bottom on the LH
pane you'll find a module called Win32::Clipboard. Care to guess what
it does?
Or open a command window and type
perldoc Win32::Clipboard
.... but the HTML is easier.
.
Relevant Pages
- Cygwin or Windows: file permission functions are broken
... because it's a Cygwin or Windows problem in particular -- but this HAS ... The current directory is owned by group Administrators; ... The Perl program calls non-Cygwin-aware programs, ... (comp.lang.perl.misc) - Re: split a big program into multiple files
... My application is a Tk GUI based perl program to manage a touristic ... main subroutine plus a couple of service for each windows. ... (comp.lang.perl.misc) - Unknown problems with the serial port
... The electron microscope is controlled by a Windows machine, ... from it to the Linux box with SSH and start the perl program. ... Linux machine is connected to the Windows machine with a serial cable ... an error from the microscope as it doesn't match any command it knows. ... (perl.beginners) - Re: Accessing Win32 remote scheduled tasks
... This is a COM security problem, not an issue with your Perl program. ... the permissions on the remote server? ... and the server is IIS 6 running on a Windows 2003 box. ... (comp.lang.perl.misc) - Re: split a big program into multiple files
... My application is a Tk GUI based perl program to manage a touristic ... campsite. ... main subroutine plus a couple of service for each windows. ... (comp.lang.perl.misc) |
|