tomazos has asked for the wisdom of the Perl Monks concerning the following question:
Answer Found:
-Andrewuse Win32::Clipboard; $CLIP = Win32::Clipboard(); print "Clipboard contains: ", $CLIP->Get(), "\n"; $CLIP->Set("some text to copy into the clipboard"); $CLIP->Empty(); $CLIP->WaitForChange(); print "Clipboard has changed!\n";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: print to clipboard
by Chady (Priest) on Aug 24, 2004 at 08:23 UTC | |
Re: print to clipboard
by tachyon (Chancellor) on Aug 24, 2004 at 06:44 UTC | |
by tilly (Archbishop) on Aug 24, 2004 at 15:24 UTC | |
by tachyon (Chancellor) on Aug 24, 2004 at 16:06 UTC | |
by tilly (Archbishop) on Aug 24, 2004 at 16:16 UTC | |
by tachyon (Chancellor) on Aug 24, 2004 at 16:26 UTC | |
Re: print to clipboard
by bart (Canon) on Nov 12, 2006 at 15:54 UTC |