Help for this page
#!/usr/bin/perl use warnings; use strict; ... my $mw = MainWindow->new(); $mw->clipboardClear(); $mw->clipboardAppend('clip');